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

@@ -31,10 +31,13 @@ class RGit2r(RPackage):
data and running some basic 'Git' commands."""
homepage = "https://github.com/ropensci/git2r"
url = "https://cran.r-project.org/src/contrib/git2r_0.15.0.tar.gz"
url = "https://cran.r-project.org/src/contrib/git2r_0.18.0.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/git2r"
version('0.18.0', 'fb5741eb490c3d6e23a751a72336f24d')
version('0.15.0', '57658b3298f9b9aadc0dd77b4ef6a1e1')
depends_on('r@3.0.2:')
depends_on('zlib')
depends_on('openssl')