Learn R Programming

RSuite (version 0.37-253)

rsuite_get_os_info: Retrieves information on current OS.

Description

Retrieves information on current OS.

Usage

rsuite_get_os_info()

Arguments

Value

named list with following items

type

One of windows, macos, unix. (type: character)

platform

One of Windows, MacOS, SunOS, RedHat, Debian. (type: character(1))

release

One of Solaris, MacOS, Ubuntu, Debian, Fedora, CentOS or RedHat or NA. (type: character(1))

distrib

Distribution release e.g. for Debian: squeeze, wheezy, jessie. (type: character(1))

version

Version number of the distribution. (type: character(1))

See Also

Other miscellaneous: rsuite_check_version, rsuite_getLogger, rsuite_get_ci_adapter_names, rsuite_get_rc_adapter_names, rsuite_get_repo_adapter_names, rsuite_register_ci_adapter, rsuite_register_rc_adapter, rsuite_register_repo_adapter, rsuite_unregister_ci_adapter, rsuite_unregister_rc_adapter, rsuite_unregister_repo_adapter, rsuite_update, tmpl_register

Examples

Run this code
# NOT RUN {
rsuite_get_os_info()

# }

Run the code above in your browser using DataLab