Information about the current platform
Value
A list with elements:
version: the R version string.os: the OS name in human readable format, seeos_name().system: CPU, and machine readable OS name, separated by a comma.ui: the user interface, e.g.Rgui,RTerm, etc. seeGUIin base::.Platform.hostname: the name of the machine known on the network, seenodenameinbase::Sys.info(). For privacy, it is only included if thesessioninfo.include_hostnameoption is set toTRUE.language: The current language setting. TheLANGUAGEenvironment variable, if set, or(EN)if unset.collate: Collation rule, from the current locale.ctype: Native character encoding, from the current locale.tz: The current time zone.date: The current date.rstudio: RStudio format string, only added in RStudio.pandoc: pandoc version and pathquarto: quarto version and path
See also
Similar functions and objects in the base packages:
base::R.version.string, utils::sessionInfo(), base::version,
base::.Platform, base::Sys.getlocale(), base::Sys.timezone().