Package: sys
Type: Package
Title: Portable System Utilities
Version: 1.4
Authors@R: c(
    person("Jeroen", "Ooms", , "jeroen@berkeley.edu", role = c("aut", "cre")),
    person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = "ctb"))
Description: Powerful replacements for base system2 with consistent behavior
    across platforms. Supports interruption, background tasks, and full control over
    'STDOUT' / 'STDERR' binary or text streams. On Unix systems the package also has
    functions for evaluating expressions inside a temporary fork. Such evaluations
    have no side effects on the main R process, and support reliable interrupts and
    timeouts. This provides the basis for a 'sandboxing' mechanism.
License: MIT + file LICENSE
URL: https://github.com/jeroen/sys#readme
BugReports: https://github.com/jeroen/sys/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
SystemRequirements: libapparmor-dev (optional, debian/ubuntu only)
Suggests: unix (>= 1.3), testthat
NeedsCompilation: yes
Packaged: 2017-06-24 16:32:29 UTC; jeroen
Author: Jeroen Ooms [aut, cre],
  Gábor Csárdi [ctb]
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2017-06-24 21:55:26 UTC
