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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 Suggests: unix (>= 1.4), spelling, testthat Language: en-US Repository: https://jeroen.r-universe.dev Date/Publication: 2024-10-03 18:18:44 UTC RemoteUrl: https://github.com/jeroen/sys RemoteRef: HEAD RemoteSha: d2353a15e3987c93724e5c86ff7bed26b7267a3e NeedsCompilation: yes Packaged: 2026-06-24 02:49:43 UTC; root Author: Jeroen Ooms [aut, cre] (ORCID: ), Gábor Csárdi [ctb] Maintainer: Jeroen Ooms