Re-add list_url for all R packages (#6110)
* r-igraph: find old packages in the archive Fixes #6104. * r-irlba: find old packages in the archive Fixes #6101. * r-lazyeval: find old packages in the archive Fixes #6102. * packages: set list_url for all packages hosted on CRAN * packages: consistently use the CRAN archive URLs
This commit is contained in:

committed by
Todd Gamblin

parent
2a8c97d440
commit
22df09315f
@@ -38,6 +38,7 @@ class RXgboost(RPackage):
|
||||
|
||||
homepage = "https://github.com/dmlc/xgboost"
|
||||
url = "https://cran.r-project.org/src/contrib/xgboost_0.6-4.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/xgboost"
|
||||
|
||||
version('0.6-4', '86e517e3ce39f8a01de796920f6b425e')
|
||||
version('0.4-4', 'c24d3076058101a71de4b8af8806697c')
|
||||
|
Reference in New Issue
Block a user