Add several new R packages (#2952)

* Add several new R packages

* Add a few more R packages

* Update more versions

* Convert Package to RPackage

* Add a few more packages

* Add missing dependencies
This commit is contained in:
Adam J. Stewart
2017-01-31 08:54:34 -06:00
committed by Todd Gamblin
parent 19cf7a2833
commit 0c0a1fdedc
67 changed files with 1203 additions and 76 deletions

View File

@@ -30,11 +30,14 @@ class RTibble(RPackage):
capabilities than traditional data frames."""
homepage = "https://github.com/hadley/tibble"
url = "https://cran.r-project.org/src/contrib/tibble_1.1.tar.gz"
url = "https://cran.r-project.org/src/contrib/tibble_1.2.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/tibble"
version('1.2', 'bdbc3d67aa16860741add6d6ec20ea13')
version('1.1', '2fe9f806109d0b7fadafb1ffafea4cb8')
depends_on('r@3.1.2:')
depends_on('r-assertthat', type=('build', 'run'))
depends_on('r-lazyeval', type=('build', 'run'))
depends_on('r-lazyeval@0.1.10:', type=('build', 'run'))
depends_on('r-rcpp', type=('build', 'run'))