The R Project SVN R

Rev

Rev 71127 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 71127 Rev 88090
Line 48... Line 48...
48
 
48
 
49
Since mid-1997 there has been a core group who can modify the R source
49
Since mid-1997 there has been a core group who can modify the R source
50
code archive, listed in file doc/AUTHORS.
50
code archive, listed in file doc/AUTHORS.
51
 
51
 
52
R 1.0.0 was released on 29 February 2000 and 2.0.0 on 4 October 2004.
52
R 1.0.0 was released on 29 February 2000 and 2.0.0 on 4 October 2004.
53
R 3.0.0 came out on 3 April 2013.
53
R 3.0.0 came out on 3 April 2013 and 4.0.0 on 24 April 2020.
54
 
54
 
55
This file has been minimally revised since the release of R 1.0.0.
55
This file has been minimally revised since the release of R 1.0.0.
56
 
56
 
-
 
57
 
57
3. PRESENT STATUS
58
3. PRESENT STATUS
58
 
59
 
59
The present version implements most of the functionality in the 1988
60
The present version implements most of the functionality in the 1988
60
book "The New S Language" (the "Blue Book") and many of the
61
book "The New S Language" (the "Blue Book") and many of the
61
applications.  In addition, we have implemented a large part of the
62
applications.  In addition, we have implemented a large part of the
62
functionality from the 1992 book "Statistical Models in S" (the "White
63
functionality from the 1992 book "Statistical Models in S" (the "White
63
Book") and the 1998 book "Programming with Data" (the "Green Book").
64
Book") and the 1998 book "Programming with Data" (the "Green Book").
64
 
65
 
65
All the R functions have been documented in the form of help pages in
66
All the R functions have been documented in the form of help pages in
66
an "output independent" form which can be used to create versions for
67
an "output independent" form which can be used to create versions for
67
HTML, PDF, text etc.  A 1900+ page Reference Index (a collection of
68
HTML, PDF, text etc.  A 2300+ page Reference Index (a collection of
68
most of the help pages: there is also a 3300+ page version with all
69
most of the help pages: there is also a 3900+ page version with all
69
the help pages, including recommended packages) can be obtained in
70
the help pages, including recommended packages) can be obtained in
70
PDF.  The manual `An Introduction to R' provides a more user-friendly
71
PDF.  The manual `An Introduction to R' provides a more user-friendly
71
starting point, and there is an FAQ, a draft `R Language Definition'
72
starting point, and there is an FAQ, a draft `R Language Definition'
72
manual and more specialized manuals on admininstration, data
73
manual and more specialized manuals on administration, data
73
import/export and extending R.  See INSTALL for instructions on how to
74
import/export and extending R.  See INSTALL for instructions on how to
74
generate these documents.
75
generate these documents.
75
 
76
 
76
 
77
 
77
4. GOALS
78
4. GOALS