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
@@ -32,7 +32,7 @@ class RCluster(RPackage):
|
||||
|
||||
homepage = "https://cran.r-project.org/web/packages/cluster/index.html"
|
||||
url = "https://cran.rstudio.com/src/contrib/cluster_2.0.6.tar.gz"
|
||||
list_url = homepage
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/cluster"
|
||||
|
||||
version('2.0.6', 'e7d0660b05c65f4d886ebf7f046939ab')
|
||||
version('2.0.5', '7330f209ebce960bdee1a6d6679cb85a')
|
||||
|
Reference in New Issue
Block a user