Add list_url to allow download of prior versions from cran archive (#8141)
This commit is contained in:
parent
e3035fb91a
commit
218e32991d
2 changed files with 2 additions and 0 deletions
|
@ -30,5 +30,6 @@ class RFutileOptions(RPackage):
|
|||
|
||||
homepage = "https://cran.rstudio.com/web/packages/futile.options/index.html"
|
||||
url = "https://cran.rstudio.com/src/contrib/futile.options_1.0.0.tar.gz"
|
||||
list_url = "https://cran.rstudio.com/src/contrib/Archive/futile.options"
|
||||
|
||||
version('1.0.0', '8fd845774bbce56f41f7c43c3b4c13ba')
|
||||
|
|
|
@ -32,5 +32,6 @@ class RLambdaR(RPackage):
|
|||
|
||||
homepage = "https://cran.rstudio.com/web/packages/lambda.r/index.html"
|
||||
url = "https://cran.rstudio.com/src/contrib/lambda.r_1.2.tar.gz"
|
||||
list_url = "https://cran.rstudio.com/src/contrib/Archive/lambda.r"
|
||||
|
||||
version('1.2', 'bda49898b85ad5902880a31f43b432e2')
|
||||
|
|
Loading…
Reference in a new issue