RSessionInfo
01 Syntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Rversion | 1 | a list, the result of calling R.Version(). |
| platform | 1 | a character string describing the platform R was built under. |
| locale | 1 | a character string, the result of calling Sys.getlocale(). |
| running | 1 | a character string (or possibly NULL), the same as osVersion, see below. |
| RNGkind | 1 | a character vector, the result of calling RNGkind(). |
| basePkgs | 1 | a character vector of base packages which are attached. |
| loadedOnly | 1 | (not always present): a named list of the results of calling packageDescription on packages whose namespaces are loaded but are not attached. |
| matprod | 1 | a character string, the result of calling getOption("matprod"). |
| BLAS | 1 | a character string, the result of calling extSoftVersion()["BLAS"]. |
| LAPACK | 1 | a character string, the result of calling La_library(). |
| output_device | 1 | |
| environment_variables | 1 | |
| activators | 1 |
04 Members
a list, the result of calling R.Version().
a character string describing the platform R was built under. Where sub-architectures are in use this is of the form platform/sub-arch (nn-bit).
a character string, the result of calling Sys.getlocale().
a character string (or possibly NULL), the same as osVersion, see below.
a character vector, the result of calling RNGkind().
a character vector of base packages which are attached.
(not always present): a named list of the results of calling packageDescription on packages whose namespaces are loaded but are not attached.
a character string, the result of calling getOption("matprod").
a character string, the result of calling extSoftVersion()["BLAS"].
a character string, the result of calling La_library().