Add list_url for older versions.

This commit is contained in:
Glenn Johnson 2016-06-11 15:36:43 -05:00
parent bb19dffb26
commit 6c0ea77d1d

View file

@ -30,7 +30,8 @@ class RPackrat(Package):
and reproducible way.""" and reproducible way."""
homepage = 'https://github.com/rstudio/packrat/' homepage = 'https://github.com/rstudio/packrat/'
url = "https://cran.r-project.org/src/contrib/packrat_0.4.7-1.tar.gz" url = "https://cran.r-project.org/src/contrib/packrat_0.4.7-1.tar.gz"
list_url = 'https://cran.r-project.org/src/contrib/Archive/packrat'
version('0.4.7-1', '80c2413269b292ade163a70ba5053e84') version('0.4.7-1', '80c2413269b292ade163a70ba5053e84')