File: DESCRIPTION

package info (click to toggle)
r-cran-sys 2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 244 kB
  • sloc: ansic: 886; sh: 51; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,528 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: sys
Type: Package
Title: Powerful and Reliable Tools for Running System Commands in R
Version: 2.1
Authors@R: c(person("Jeroen", "Ooms", role = c("aut", "cre"), 
      email = "jeroen@berkeley.edu", 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. On Unix platforms the package also provides 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.1.0
SystemRequirements: libapparmor-dev (optional, debian/ubuntu only)
Suggests: spelling, unix (>= 1.3), testthat
Language: en-US
NeedsCompilation: yes
Packaged: 2018-11-12 23:02:23 UTC; jeroen
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>),
  Gábor Csárdi [ctb]
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2018-11-13 08:50:03 UTC