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.
This commit is contained in:
George Hartzell
2016-07-26 12:57:33 -04:00
parent bb5dd49206
commit 12d1263980
3 changed files with 6 additions and 6 deletions

View File

@@ -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')