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:
George Hartzell
2017-07-15 09:08:36 -07:00
committed by Massimiliano Culpo
parent 8e6d7f117a
commit ad2a22fa01
2 changed files with 39 additions and 0 deletions

View File

@@ -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:')