summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorGeorge Hartzell <hartzell@alerce.com>2016-07-26 12:57:33 -0400
committerGeorge Hartzell <hartzell@alerce.com>2016-08-02 11:10:41 -0400
commit12d126398066379471f395529a3eac0476c9fdb9 (patch)
tree2ba902825643b4247190cde6963c29ec086ad548 /var
parentbb5dd49206e98f066d211b6a0f5a408b209ef2aa (diff)
downloadspack-12d126398066379471f395529a3eac0476c9fdb9.tar.gz
spack-12d126398066379471f395529a3eac0476c9fdb9.tar.bz2
spack-12d126398066379471f395529a3eac0476c9fdb9.tar.xz
spack-12d126398066379471f395529a3eac0476c9fdb9.zip
Update several R packages (r-shiny prereqs)
r-jsonlite 0.0.21 -> 1.0 r-mime 0.4 -> 0.5 rcpp 0.12.5 -> 0.12.6 CRAN is funny. The older versions of these packages are still available in package specific directories but the current version is not there, so I don't see any way to make the older versions work.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-jsonlite/package.py4
-rw-r--r--var/spack/repos/builtin/packages/r-mime/package.py4
-rw-r--r--var/spack/repos/builtin/packages/r-rcpp/package.py4
3 files changed, 6 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/r-jsonlite/package.py b/var/spack/repos/builtin/packages/r-jsonlite/package.py
index 6e231ed345..b47cb5a71a 100644
--- a/var/spack/repos/builtin/packages/r-jsonlite/package.py
+++ b/var/spack/repos/builtin/packages/r-jsonlite/package.py
@@ -38,10 +38,10 @@ class RJsonlite(Package):
use with dynamic data in systems and applications."""
homepage = "https://github.com/jeroenooms/jsonlite"
- url = "https://cran.r-project.org/src/contrib/jsonlite_0.9.21.tar.gz"
+ url = "https://cran.r-project.org/src/contrib/jsonlite_1.0.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/jsonlite"
- version('0.9.21', '4fc382747f88a79ff0718a0d06bed45d')
+ version('1.0', 'c8524e086de22ab39b8ac8000220cc87')
extends('R')
diff --git a/var/spack/repos/builtin/packages/r-mime/package.py b/var/spack/repos/builtin/packages/r-mime/package.py
index fb079f44c5..6831fc3b60 100644
--- a/var/spack/repos/builtin/packages/r-mime/package.py
+++ b/var/spack/repos/builtin/packages/r-mime/package.py
@@ -30,10 +30,10 @@ class RMime(Package):
from /etc/mime.types in UNIX-type systems."""
homepage = "https://github.com/yihui/mime"
- url = "https://cran.r-project.org/src/contrib/mime_0.4.tar.gz"
+ url = "https://cran.r-project.org/src/contrib/mime_0.5.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/mime"
- version('0.4', '789cb33e41db2206c6fc7c3e9fbc2c02')
+ version('0.5', '87e00b6d57b581465c19ae869a723c4d')
extends('R')
diff --git a/var/spack/repos/builtin/packages/r-rcpp/package.py b/var/spack/repos/builtin/packages/r-rcpp/package.py
index 2428f4af3b..0e84f8829b 100644
--- a/var/spack/repos/builtin/packages/r-rcpp/package.py
+++ b/var/spack/repos/builtin/packages/r-rcpp/package.py
@@ -37,10 +37,10 @@ class RRcpp(Package):
last two."""
homepage = "http://dirk.eddelbuettel.com/code/rcpp.html"
- url = "https://cran.r-project.org/src/contrib/Rcpp_0.12.5.tar.gz"
+ url = "https://cran.r-project.org/src/contrib/Rcpp_0.12.6.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/Rcpp"
- version('0.12.5', 'f03ec05b4e391cc46e7ce330e82ff5e2')
+ version('0.12.6', 'db4280fb0a79cd19be73a662c33b0a8b')
extends('R')