R/utils.R

is_windows <- function ()
{
  identical(tolower(Sys.info()[["sysname"]]), 'windows')
}

is_linux <- function ()
{
  identical(tolower(Sys.info()[["sysname"]]), 'linux')
}

known_signals <- function ()
{
  .Call("C_known_signals")
}

Try the subprocess package in your browser

Any scripts or data that you put into this service are public.

subprocess documentation built on May 2, 2019, 4:04 p.m.