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,9 +30,10 @@ class RReshape2(RPackage):
|
||||
and dcast (or acast)."""
|
||||
|
||||
homepage = "https://github.com/hadley/reshape"
|
||||
url = "https://cran.r-project.org/src/contrib/reshape2_1.4.1.tar.gz"
|
||||
url = "https://cran.r-project.org/src/contrib/reshape2_1.4.2.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/reshape2"
|
||||
|
||||
version('1.4.2', 'c851a0312191b8c5bab956445df7cf5f')
|
||||
version('1.4.1', '41e9dffdf5c6fa830321ac9c8ebffe00')
|
||||
|
||||
depends_on('r-plyr', type=('build', 'run'))
|
||||
|
Reference in New Issue
Block a user