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:
sys_3.4.3.tar.gz
sys_3.4.3.zip(r-4.5)sys_3.4.3.zip(r-4.4)sys_3.4.3.zip(r-4.3)
sys_3.4.3.tgz(r-4.4-x86_64)sys_3.4.3.tgz(r-4.4-arm64)sys_3.4.3.tgz(r-4.3-x86_64)sys_3.4.3.tgz(r-4.3-arm64)
sys_3.4.3.tar.gz(r-4.5-noble)sys_3.4.3.tar.gz(r-4.4-noble)
sys_3.4.3.tgz(r-4.4-emscripten)sys_3.4.3.tgz(r-4.3-emscripten)
sys.pdf |sys.html✨
sys/json (API)
NEWS
# 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
Last updated 1 months agofrom:d2353a15e3. Checks:OK: 7 NOTE: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 02 2024 |
R-4.5-win-x86_64 | OK | Nov 02 2024 |
R-4.5-linux-x86_64 | OK | Nov 02 2024 |
R-4.4-win-x86_64 | NOTE | Nov 02 2024 |
R-4.4-mac-x86_64 | OK | Nov 02 2024 |
R-4.4-mac-aarch64 | OK | Nov 02 2024 |
R-4.3-win-x86_64 | NOTE | Nov 02 2024 |
R-4.3-mac-x86_64 | OK | Nov 02 2024 |
R-4.3-mac-aarch64 | OK | Nov 02 2024 |
Exports:as_texteval_forkeval_safeexec_backgroundexec_internalexec_statusexec_waitr_backgroundr_internalr_waitwindows_quote
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Convert Raw to Text | as_text |
Running System Commands | exec exec_background exec_internal exec_status exec_wait sys |
Execute R from R | exec_r r_background r_internal r_wait |
Quote arguments on Windows | quote windows_quote |
Deprecated functions | eval_fork eval_safe sys-deprecated |