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:

committed by
Todd Gamblin

parent
19cf7a2833
commit
0c0a1fdedc
@@ -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'))
|
||||
|
Reference in New Issue
Block a user