Package: sys
Type: Package
Title: Portable System Utilities
Version: 1.2
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
Suggests: testthat
NeedsCompilation: yes
Packaged: 2017-04-01 08:58:32 UTC; jeroen
Author: Jeroen Ooms [aut, cre],
  Gábor Csárdi [ctb]
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2017-04-01 12:21:07 UTC
