Package: sys 3.4.3

sys: Powerful and Reliable Tools for Running System Commands in R

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.

Authors:Jeroen Ooms [aut, cre], Gábor Csárdi [ctb]

sys_3.4.3.tar.gz
sys_3.4.3.zip(r-4.7-x86_64)sys_3.4.3.zip(r-4.7-arm64)sys_3.4.3.zip(r-4.6-x86_64)sys_3.4.3.zip(r-4.6-arm64)sys_3.4.3.zip(r-4.5-x86_64)
sys_3.4.3.tgz(r-4.6-x86_64)sys_3.4.3.tgz(r-4.6-arm64)sys_3.4.3.tgz(r-4.5-x86_64)sys_3.4.3.tgz(r-4.5-arm64)
sys_3.4.3.tar.gz(r-4.7-arm64)sys_3.4.3.tar.gz(r-4.7-x86_64)sys_3.4.3.tar.gz(r-4.6-arm64)sys_3.4.3.tar.gz(r-4.6-x86_64)
sys_3.4.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
sys/json (API)

# Install 'sys' in R:
install.packages('sys', repos = c('https://jeroen.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/jeroen/sys/issues

On CRAN:

Conda:

14.31 score 106 stars 5.3k packages 311 scripts 784k downloads 10 mentions 11 exports 0 dependencies

Last updated from:d2353a15e3. Checks:15 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK107
linux-devel-x86_64OK134
source / vignettesOK160
linux-release-arm64OK101
linux-release-x86_64OK116
macos-release-arm64OK87
macos-release-x86_64OK201
macos-oldrel-arm64OK97
macos-oldrel-x86_64OK155
windows-devel-arm64OK211
windows-devel-x86_64OK95
windows-release-arm64OK162
windows-release-x86_64OK109
windows-oldrel-x86_64OK76
wasm-releaseOK94

Exports:as_texteval_forkeval_safeexec_backgroundexec_internalexec_statusexec_waitr_backgroundr_internalr_waitwindows_quote

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
Convert Raw to Textas_text
Running System Commandsexec exec_background exec_internal exec_status exec_wait sys
Execute R from Rexec_r r_background r_internal r_wait
Quote arguments on Windowsquote windows_quote
Deprecated functionseval_fork eval_safe sys-deprecated