R.version
Version Information

Description

Displays the version and other information about the currently-running TIBCO Enterprise Runtime for R process.

Usage

version
R.version
R.version.string
R.Version()
Format
version and the identical R.version are lists of class "version.list" containing information about the version of TIBCO Enterprise Runtime for R, the version of R that TIBCO Enterprise Runtime for R is trying to be compatible with, the versions of the compilers used to build TIBCO Enterprise Runtime for R, and various other information specific to the product. Unless otherwise noted, all components are character strings.
Classes "version.list" and "simple.list" list[1:22]:
platform:
a combination of the architecture and operating system.
arch:
the hardware architecture code.
os:
the operating system.
system:
a combination of the architecture and operating system.
status:
not used now.
major:
a string giving the major part of the version number of the R release TIBCO Enterprise Runtime for R should be compatible with.
minor:
a string giving the minor and patch release parts of the compatible R release number.
year:
a string giving the year in which this version of TIBCO Enterprise Runtime for R was compiled.
month:
a string giving the build month, as a two digit month numeral.
day:
a string giving the build day of the month, as a two digit numeral.
svn rev:
a string giving the SVN revision number of the source code used to produce the compatible R version, copied from that version of R.
language:
the string "TERR".
version.string:
a string giving the name of the product, the version, and the build date.
TERR.version:
a string giving the major, minor, and patch release number of this version of TIBCO Enterprise Runtime for R.
TERR.svn.rev:
a string giving the SVN revision number of the source code used to produce this version of TIBCO Enterprise Runtime for R.
build:
a string giving a code for the build.
compiler:
the vendor of the compiler suite used to build this version of TIBCO Enterprise Runtime for R.
compiler.version:
the version information for the compiler suite.
compiler.flags:
the flags used when compiling the source code for this version of TIBCO Enterprise Runtime for R.
configuration:
the string "Release" for distributed versions of TIBCO Enterprise Runtime for R. Other values, such as "Debug" are used for internal versions.
use.mkl:
a logical value. If TRUE, specifies that the Intel MKL library is used for certain numeric linear algebra functions and other functions.
use.openmp:
a logical value. If TRUE, specifies that the OpenMP library is used to parallelize many vectorized functions.

Details

version and R.version are two names for the same object.
R.version.string is identical to the version.string component of version.
R.Version() is a function returning a list containing the same information as the version object.
See Also
The function sessionInfo displays information from version along with session-specific information, such as lists of loaded and attached packages, which helps a trouble-shooter track down version- and session-specific problems.
Examples
R.version.string
Package base version 6.0.0-69
Package Index