Sys.info {etc} R Documentation

Extract System and User Information

Description


Reports system and user information.

Usage

Sys.info();

Arguments

Details

Authors

SMRUCC genomics Institute

Value

A character vector with fields

+ sysname The operating system name. + release The OS release. + version The OS version. + nodename A name by which the machine Is known On the network (If any). + machine A concise description Of the hardware, often the CPU type. + login The user 's login name, or "unknown" if it cannot be ascertained. + user The name Of the real user ID, Or "unknown" If it cannot be ascertained. + effective_user The name Of the effective user ID, Or "unknown" If it cannot be ascertained. This may differ from the real user In 'set-user-ID’ processes.

The last three fields give the same value On Windows.

clr value class

Examples


[Package etc version 2.33.856.6961 Index]