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

@@ -29,16 +29,19 @@ class RDevtools(RPackage):
"""Collection of package development tools."""
homepage = "https://github.com/hadley/devtools"
url = "https://cran.r-project.org/src/contrib/devtools_1.11.1.tar.gz"
url = "https://cran.r-project.org/src/contrib/devtools_1.12.0.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/devtools"
version('1.12.0', '73b46c446273566e5b21c9f5f72aeca3')
version('1.11.1', '242672ee27d24dddcbdaac88c586b6c2')
depends_on('r-httr', type=('build', 'run'))
depends_on('r-memoise', type=('build', 'run'))
depends_on('r@3.0.2:')
depends_on('r-httr@0.4:', type=('build', 'run'))
depends_on('r-memoise@1.0.0:', type=('build', 'run'))
depends_on('r-whisker', type=('build', 'run'))
depends_on('r-digest', type=('build', 'run'))
depends_on('r-rstudioapi', type=('build', 'run'))
depends_on('r-rstudioapi@0.2.0:', type=('build', 'run'))
depends_on('r-jsonlite', type=('build', 'run'))
depends_on('r-git2r', type=('build', 'run'))
depends_on('r-git2r@0.11.0:', type=('build', 'run'))
depends_on('r-withr', type=('build', 'run'))