summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-sys/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-sys/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-sys/package.py16
1 files changed, 7 insertions, 9 deletions
diff --git a/var/spack/repos/builtin/packages/r-sys/package.py b/var/spack/repos/builtin/packages/r-sys/package.py
index 4348819ff4..7cf5487453 100644
--- a/var/spack/repos/builtin/packages/r-sys/package.py
+++ b/var/spack/repos/builtin/packages/r-sys/package.py
@@ -7,17 +7,15 @@ from spack import *
class RSys(RPackage):
- """Powerful and Reliable Tools for Running System Commands in R
+ """Powerful and Reliable Tools for Running System Commands in R.
- 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."""
+ 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."""
- homepage = "https://github.com/jeroen/sys#readme"
- url = "https://cloud.r-project.org/src/contrib/sys_3.2.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/sys"
+ cran = "sys"
version('3.4', sha256='17f88fbaf222f1f8fd07919461093dac0e7175ae3c3b3264b88470617afd0487')
version('3.2', sha256='2819498461fe2ce83d319d1a47844e86bcea6d01d10861818dba289e7099bbcc')