@@ -50,10 +50,11 @@ Since mid-1997 there has been a core group who can modify the R source
5050code archive, listed in file doc/AUTHORS.
5151
5252R 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 .
5454
5555This file has been minimally revised since the release of R 1.0.0.
5656
57+
57583. PRESENT STATUS
5859
5960The present version implements most of the functionality in the 1988
@@ -64,12 +65,12 @@ Book") and the 1998 book "Programming with Data" (the "Green Book").
6465
6566All the R functions have been documented in the form of help pages in
6667an "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- most of the help pages: there is also a 3300 + page version with all
68+ HTML, PDF, text etc. A 2300 + page Reference Index (a collection of
69+ most of the help pages: there is also a 3900 + page version with all
6970the help pages, including recommended packages) can be obtained in
7071PDF. The manual `An Introduction to R' provides a more user-friendly
7172starting 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
7374import/export and extending R. See INSTALL for instructions on how to
7475generate these documents.
7576
0 commit comments