Add package for r-ada, update r-rpart version (#4772)
* Add package for r-ada, update r-rpart version Adds a package for r-ada. Update the version for r-rpart because the previous version is no longer at that URL. The previous version *is* in the Archive, but list_url does not seem to be able to find it. * Clean up FIXMEs (blush)
This commit is contained in:

committed by
Massimiliano Culpo

parent
8e6d7f117a
commit
ad2a22fa01
@@ -31,7 +31,9 @@ class RRpart(RPackage):
|
||||
|
||||
homepage = "https://cran.r-project.org/package=rpart"
|
||||
url = "https://cran.r-project.org/src/contrib/rpart_4.1-10.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/rpart"
|
||||
|
||||
version('4.1-11', 'f77b37cddf7e9a7b5993a52a750b8817')
|
||||
version('4.1-10', '15873cded4feb3ef44d63580ba3ca46e')
|
||||
|
||||
depends_on('r@2.15.0:')
|
||||
|
Reference in New Issue
Block a user