# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "sys" in publications use:' type: software license: MIT title: 'sys: Powerful and Reliable Tools for Running System Commands in R' version: 3.4.3 doi: 10.32614/CRAN.package.sys abstract: 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: - family-names: Ooms given-names: Jeroen email: jeroenooms@gmail.com orcid: https://orcid.org/0000-0002-4035-0289 repository: https://jeroen.r-universe.dev repository-code: https://github.com/jeroen/sys commit: d2353a15e3987c93724e5c86ff7bed26b7267a3e url: https://jeroen.r-universe.dev/sys contact: - family-names: Ooms given-names: Jeroen email: jeroenooms@gmail.com orcid: https://orcid.org/0000-0002-4035-0289