The R Project SVN R

Rev

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

Rev 60126 Rev 68953
Line 1... Line 1...
1
#  File src/library/tools/R/news.R
1
#  File src/library/tools/R/news.R
2
#  Part of the R package, http://www.R-project.org
2
#  Part of the R package, https://www.R-project.org
3
#
3
#
4
#  Copyright (C) 2003 The R Core Team
4
#  Copyright (C) 2003 The R Core Team
5
#
5
#
6
#  This program is free software; you can redistribute it and/or modify
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
7
#  it under the terms of the GNU General Public License as published by
Line 12... Line 12...
12
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
12
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
13
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
#  GNU General Public License for more details.
14
#  GNU General Public License for more details.
15
#
15
#
16
#  A copy of the GNU General Public License is available at
16
#  A copy of the GNU General Public License is available at
17
#  http://www.r-project.org/Licenses/
17
#  https://www.R-project.org/Licenses/
18
 
18
 
19
{
19
{
20
    # 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
21
    # directory  because it does not define functions but is intended to
21
    # directory  because it does not define functions but is intended to
22
    # be sourced into a running R.
22
    # be sourced into a running R.