29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
|
Package: sys
|
||
|
Type: Package
|
||
|
Title: Powerful and Reliable Tools for Running System Commands in R
|
||
|
Version: 3.4.3
|
||
|
Authors@R: c(person("Jeroen", "Ooms", role = c("aut", "cre"),
|
||
|
email = "jeroenooms@gmail.com", comment = c(ORCID = "0000-0002-4035-0289")),
|
||
|
person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = "ctb"))
|
||
|
Description: 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.
|
||
|
License: MIT + file LICENSE
|
||
|
URL: https://jeroen.r-universe.dev/sys
|
||
|
BugReports: https://github.com/jeroen/sys/issues
|
||
|
Encoding: UTF-8
|
||
|
RoxygenNote: 7.1.1
|
||
|
Suggests: unix (>= 1.4), spelling, testthat
|
||
|
Language: en-US
|
||
|
NeedsCompilation: yes
|
||
|
Packaged: 2024-10-03 14:13:17 UTC; jeroen
|
||
|
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>),
|
||
|
Gábor Csárdi [ctb]
|
||
|
Maintainer: Jeroen Ooms <jeroenooms@gmail.com>
|
||
|
Repository: CRAN
|
||
|
Date/Publication: 2024-10-04 09:40:02 UTC
|
||
|
Built: R 4.4.2; x86_64-w64-mingw32; 2025-01-09 01:44:00 UTC; windows
|
||
|
Archs: x64
|