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:
Ben Boeckel
2017-11-05 16:42:24 -05:00
committed by Todd Gamblin
parent 2a8c97d440
commit 22df09315f
245 changed files with 245 additions and 50 deletions

View File

@@ -41,7 +41,7 @@ class RBit64(RPackage):
homepage = "https://cran.rstudio.com/web/packages/bit64/index.html"
url = "https://cran.rstudio.com/src/contrib/bit64_0.9-7.tar.gz"
list_url = homepage
list_url = "https://cran.r-project.org/src/contrib/Archive/bit64"
version('0.9-7', 'ac4bc39827338c552d329d3d4d2339c2')
depends_on('r-bit', type=('build', 'run'))