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,15 +30,19 @@ class RCaret(RPackage):
|
||||
models."""
|
||||
|
||||
homepage = "https://github.com/topepo/caret/"
|
||||
url = "https://cran.r-project.org/src/contrib/caret_6.0-70.tar.gz"
|
||||
url = "https://cran.r-project.org/src/contrib/caret_6.0-73.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/caret"
|
||||
|
||||
version('6.0-73', 'ca869e3357b5358f028fb926eb62eb70')
|
||||
version('6.0-70', '202d7abb6a679af716ea69fb2573f108')
|
||||
|
||||
depends_on('r-lattice', type=('build','run'))
|
||||
depends_on('r-ggplot2', type=('build','run'))
|
||||
depends_on('r-car', type=('build','run'))
|
||||
depends_on('r-foreach', type=('build','run'))
|
||||
depends_on('r-plyr', type=('build','run'))
|
||||
depends_on('r-nlme', type=('build','run'))
|
||||
depends_on('r-reshape2', type=('build','run'))
|
||||
depends_on('r@2.10:')
|
||||
|
||||
depends_on('r-lattice@0.20:', type=('build', 'run'))
|
||||
depends_on('r-ggplot2', type=('build', 'run'))
|
||||
depends_on('r-car', type=('build', 'run'))
|
||||
depends_on('r-foreach', type=('build', 'run'))
|
||||
depends_on('r-plyr', type=('build', 'run'))
|
||||
depends_on('r-modelmetrics@1.1.0:', type=('build', 'run'))
|
||||
depends_on('r-nlme', type=('build', 'run'))
|
||||
depends_on('r-reshape2', type=('build', 'run'))
|
||||
|
Reference in New Issue
Block a user