Path to this page:
./
sysutils/R-sys,
Powerful and reliable tools for running system commands in R
Branch: CURRENT,
Version: 3.3,
Package name: R-sys-3.3,
Maintainer: pkgsrc-usersDrop-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.
Required to run:[
math/R]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Version history: (Expand)
- (2020-01-02) Updated to version: R-sys-3.3
- (2019-08-09) Package added to pkgsrc.se, version R-sys-3.2 (created)
CVS history: (Expand)
2019-12-31 12:41:22 by Makoto Fujiwara | Files touched by this commit (2) |  |
Log message:
(sysutils/R-sys) Updated to 3.3
3.3
- Unix: automatially path.expand() to normalize e.g. homedir
- Unix: skip unicode path test on systems without UTF-8 locale.
|