summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStrahinja Trecakov <trecakov@nmsu.edu>2018-09-24 12:22:04 -0600
committerTodd Gamblin <tgamblin@llnl.gov>2018-09-24 11:22:04 -0700
commit82f19f72f756839c8661e521889f60726ddec212 (patch)
treed63f626889747f81396ed4033d9a1a6f3097a831
parente227542500b0e357183f12039a371d740e87b3f3 (diff)
downloadspack-82f19f72f756839c8661e521889f60726ddec212.tar.gz
spack-82f19f72f756839c8661e521889f60726ddec212.tar.bz2
spack-82f19f72f756839c8661e521889f60726ddec212.tar.xz
spack-82f19f72f756839c8661e521889f60726ddec212.zip
new versions of r-dplyr,r-plogr,r-rlang (#9313)
-rw-r--r--var/spack/repos/builtin/packages/r-dplyr/package.py7
-rw-r--r--var/spack/repos/builtin/packages/r-plogr/package.py6
-rw-r--r--var/spack/repos/builtin/packages/r-rlang/package.py5
3 files changed, 12 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/r-dplyr/package.py b/var/spack/repos/builtin/packages/r-dplyr/package.py
index 8abc3883b7..6daee1b182 100644
--- a/var/spack/repos/builtin/packages/r-dplyr/package.py
+++ b/var/spack/repos/builtin/packages/r-dplyr/package.py
@@ -29,15 +29,18 @@ class RDplyr(RPackage):
"""A fast, consistent tool for working with data frame like objects, both
in memory and out of memory."""
- homepage = "https://github.com/hadley/dplyr"
- url = "https://cran.r-project.org/src/contrib/dplyr_0.7.4.tar.gz"
+ homepage = "https://cran.r-project.org/package=dplyr"
+ url = "https://cran.r-project.org/src/contrib/dplyr_0.7.6.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/dplyr"
+ version('0.7.5', sha256='2fbd8f316a59670076d43a0fe854654621941ee5f621ea5f0185a3f5daafda50')
version('0.7.4', '9edee9b2db9831c2438054d0d2c1647d')
version('0.7.3', 'f9760b796917747e9dcd927ebb531c7d')
version('0.5.0', '1fcafcacca70806eea2e6d465cdb94ef')
+ depends_on('r-tidyselect@0.2.3', type=('build', 'run'))
depends_on('r-assertthat', type=('build', 'run'))
+ depends_on('r-bindr@0.1.1', type=('build', 'run'))
depends_on('r-r6', type=('build', 'run'))
depends_on('r-rcpp', type=('build', 'run'))
depends_on('r-tibble', type=('build', 'run'))
diff --git a/var/spack/repos/builtin/packages/r-plogr/package.py b/var/spack/repos/builtin/packages/r-plogr/package.py
index 146bf7e570..54ab9e00e1 100644
--- a/var/spack/repos/builtin/packages/r-plogr/package.py
+++ b/var/spack/repos/builtin/packages/r-plogr/package.py
@@ -30,7 +30,9 @@ class RPlogr(RPackage):
'LinkingTo: plogr' to 'DESCRIPTION', and '#include <plogr.h>'
in your C++ modules to use it."""
- homepage = "https://cran.r-project.org/web/packages/plogr/index.html"
- url = "https://cran.r-project.org/src/contrib/plogr_0.1-1.tar.gz"
+ homepage = "https://cran.r-project.org/package=plogr"
+ url = "https://cran.r-project.org/src/contrib/plogr_0.2.0.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/plogr"
+
+ version('0.2.0', sha256='0e63ba2e1f624005fe25c67cdd403636a912e063d682eca07f2f1d65e9870d29')
version('0.1-1', '5ee46ed21b5c571d02900219098517c0')
diff --git a/var/spack/repos/builtin/packages/r-rlang/package.py b/var/spack/repos/builtin/packages/r-rlang/package.py
index 69cd847f93..b04c49a310 100644
--- a/var/spack/repos/builtin/packages/r-rlang/package.py
+++ b/var/spack/repos/builtin/packages/r-rlang/package.py
@@ -29,10 +29,11 @@ class RRlang(RPackage):
"""A toolbox for working with base types, core R features like the
condition system, and core 'Tidyverse' features like tidy evaluation."""
- homepage = "https://cran.r-project.org/web/packages/rlang/index.html"
- url = "https://cran.r-project.org/src/contrib/rlang_0.1.4.tar.gz"
+ homepage = "https://cran.r-project.org/package=rlang"
+ url = "https://cran.r-project.org/src/contrib/rlang_0.2.2.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/rlang"
+ version('0.2.2', 'df2abf3a1936c503ed1edd4350ffb5f0')
version('0.1.4', 'daed5104d557c0cbfb4a654ec8ffb579')
version('0.1.2', '170f8cf7b61898040643515a1746a53a')
version('0.1.1', '38a51a0b8f8487eb52b4f3d986313682')