Add list_url for r-readr, finding old versions (#10231)
r-tidyverse needs r-readr@1.1.1, r-reardr needs a list_url so that it can find it.
This commit is contained in:
parent
4ecb465a36
commit
60968a3fbf
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ class RReadr(RPackage):
|
||||||
|
|
||||||
homepage = "https://cran.rstudio.com/web/packages/readr/index.html"
|
homepage = "https://cran.rstudio.com/web/packages/readr/index.html"
|
||||||
url = "https://cran.rstudio.com/src/contrib/readr_1.1.1.tar.gz"
|
url = "https://cran.rstudio.com/src/contrib/readr_1.1.1.tar.gz"
|
||||||
|
list_url = "https://cran.r-project.org/src/contrib/Archive/readr/"
|
||||||
|
|
||||||
version('1.1.1', 'cffb6669664f6a0f6fe172542e64cb47')
|
version('1.1.1', 'cffb6669664f6a0f6fe172542e64cb47')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue