Source: r-cran-sys
Standards-Version: 4.7.4
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Andreas Tille <tille@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 13),
 dh-r,
 r-base-dev,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-sys
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-sys.git
Homepage: https://cran.r-project.org/package=sys

Package: r-cran-sys
Architecture: any
Depends:
 ${R:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: 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.
