nuget server logo nuget api documents
↑

API Docs / REnv / RSessionInfo

RSessionInfo

Full name SMRUCC.Rsharp.Development.Components.RSessionInfo Assembly REnv Members 14

01 Syntax

SMRUCC.Rsharp.Development.Components.RSessionInfo

02 Methods

NameOverloadsSummary
ToString 1

03 Properties

NameOverloadsSummary
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

property Rversion #
Rversion

a list, the result of calling R.Version().

property platform #
platform

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

property locale #
locale

a character string, the result of calling Sys.getlocale().

property running #
running

a character string (or possibly NULL), the same as osVersion, see below.

property RNGkind #
RNGkind

a character vector, the result of calling RNGkind().

property basePkgs #
basePkgs

a character vector of base packages which are attached.

property loadedOnly #
loadedOnly

(not always present): a named list of the results of calling packageDescription on packages whose namespaces are loaded but are not attached.

property matprod #
matprod

a character string, the result of calling getOption("matprod").

property BLAS #
BLAS

a character string, the result of calling extSoftVersion()["BLAS"].

property LAPACK #
LAPACK

a character string, the result of calling La_library().

property output_device #
output_device
property environment_variables #
environment_variables
property activators #
activators
method ToString #
ToString()