The R Project SVN R

Rev

Rev 23600 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23600 Rev 60126
Line -... Line 1...
-
 
1
#  File src/library/tools/R/news.R
-
 
2
#  Part of the R package, http://www.R-project.org
-
 
3
#
-
 
4
#  Copyright (C) 2003 The R Core Team
-
 
5
#
-
 
6
#  This program is free software; you can redistribute it and/or modify
-
 
7
#  it under the terms of the GNU General Public License as published by
-
 
8
#  the Free Software Foundation; either version 2 of the License, or
-
 
9
#  (at your option) any later version.
-
 
10
#
-
 
11
#  This program is distributed in the hope that it will be useful,
-
 
12
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-
 
13
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-
 
14
#  GNU General Public License for more details.
-
 
15
#
-
 
16
#  A copy of the GNU General Public License is available at
-
 
17
#  http://www.r-project.org/Licenses/
-
 
18
 
1
{
19
{
2
    # NOTE: This file resides in the exec directory rather than the R
20
    # NOTE: This file resides in the exec directory rather than the R
3
    # directory  because it does not define functions but is intended to 
21
    # directory  because it does not define functions but is intended to
4
    # be sourced into a running R.
22
    # be sourced into a running R.
5
    library(tcltk)
23
    library(tcltk)
6
    tkStartGUI()
24
    tkStartGUI()
7
}
25
}