./sysutils/R-sys, Powerful and reliable tools for running system commands in R

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.4.2, Package name: R-sys-3.4.2, Maintainer: pkgsrc-users

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.


Required to run:
[math/R]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2024-01-20 03:58:38 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(..sysutils/R-sys) Updated 3.4 to 3.4.2, make test passed

3.4.2
  - Fix some more strict-prototypes warnings on Windows

3.4.1
  - Fix strict-prototypes warnings
   2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Remove SHA1 hashes for distfiles
   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.