Merge pull request #1373 from hartzell/bug/update-several-r-packages
Update several R packages (r-shiny prereqs)
This commit is contained in:
commit
9490bd2154
@ -38,9 +38,10 @@ class RJsonlite(Package):
|
|||||||
use with dynamic data in systems and applications."""
|
use with dynamic data in systems and applications."""
|
||||||
|
|
||||||
homepage = "https://github.com/jeroenooms/jsonlite"
|
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"
|
list_url = "https://cran.r-project.org/src/contrib/Archive/jsonlite"
|
||||||
|
|
||||||
|
version('1.0', 'c8524e086de22ab39b8ac8000220cc87')
|
||||||
version('0.9.21', '4fc382747f88a79ff0718a0d06bed45d')
|
version('0.9.21', '4fc382747f88a79ff0718a0d06bed45d')
|
||||||
|
|
||||||
extends('R')
|
extends('R')
|
||||||
|
@ -30,9 +30,10 @@ class RMime(Package):
|
|||||||
from /etc/mime.types in UNIX-type systems."""
|
from /etc/mime.types in UNIX-type systems."""
|
||||||
|
|
||||||
homepage = "https://github.com/yihui/mime"
|
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"
|
list_url = "https://cran.r-project.org/src/contrib/Archive/mime"
|
||||||
|
|
||||||
|
version('0.5', '87e00b6d57b581465c19ae869a723c4d')
|
||||||
version('0.4', '789cb33e41db2206c6fc7c3e9fbc2c02')
|
version('0.4', '789cb33e41db2206c6fc7c3e9fbc2c02')
|
||||||
|
|
||||||
extends('R')
|
extends('R')
|
||||||
|
@ -37,9 +37,10 @@ class RRcpp(Package):
|
|||||||
last two."""
|
last two."""
|
||||||
|
|
||||||
homepage = "http://dirk.eddelbuettel.com/code/rcpp.html"
|
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"
|
list_url = "https://cran.r-project.org/src/contrib/Archive/Rcpp"
|
||||||
|
|
||||||
|
version('0.12.6', 'db4280fb0a79cd19be73a662c33b0a8b')
|
||||||
version('0.12.5', 'f03ec05b4e391cc46e7ce330e82ff5e2')
|
version('0.12.5', 'f03ec05b4e391cc46e7ce330e82ff5e2')
|
||||||
|
|
||||||
extends('R')
|
extends('R')
|
||||||
|
Loading…
Reference in New Issue
Block a user