sys (3.4.3)
Published 2026-02-24 13:47:31 +00:00 by atheaadmin
Installation
options("repos" = c(getOption("repos"), c(gitea=" ")))install.packages("sys")About this package
Drop-in replacements for the base system2() function with fine control and consistent behavior across platforms. Supports clean interruption, timeout, background tasks, and streaming STDIN / STDOUT / STDERR over binary or text connections. Arguments on Windows automatically get encoded and quoted to work on different locales.Powerful and Reliable Tools for Running System Commands in R
Dependencies
| Suggests | unix (>= 1.4), spelling, testthat |