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 RGplots(RPackage):
|
||||
|
||||
homepage = "https://cran.r-project.org/package=gplots"
|
||||
url = "https://cran.rstudio.com/src/contrib/gplots_3.0.1.tar.gz"
|
||||
list_url = homepage
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/gplots"
|
||||
version('3.0.1', '6116822401d55add044beb120ca93d14')
|
||||
depends_on('r-gtools', type=('build', 'run'))
|
||||
depends_on('r-gdata', type=('build', 'run'))
|
||||
|
Reference in New Issue
Block a user