R.Version {etc} R Documentation

Version Information

Description


R.Version() provides detailed information about the version of R running.

Usage

R.Version();

Arguments

env

[as Environment]

Details

Authors

SMRUCC genomics Institute

Value

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".

clr value class

Examples


[Package etc version 2.33.856.6961 Index]