R.Version {etc} | R Documentation |
R.Version() provides detailed information about the version of R running.
R.Version();
R.Version returns a list with character-string components
+ platform
the platform For which R was built. A triplet Of the form
CPU-VENDOR-OS, As determined by the configure script. E.g,
"i686-unknown-linux-gnu" Or "i386-pc-mingw32".
+ arch
the architecture(CPU) R was built On/For.
+ os
the underlying operating system.
+ system
CPU And OS, separated by a comma.
+ status
the status Of the version (e.g., "alpha")
+ major
the major version number
+ minor
the minor version number, including the patchlevel
+ year
the year the version was released
+ month
the month the version was released
+ day
the day the version was released
+ svn rev
the Subversion revision number, which should be either "unknown"
Or a Single number. (A range Of numbers Or a number With M Or S appended
indicates inconsistencies In the sources used To build this version Of R.)
+ language
always "R".