Add list_url for old versions.

This commit is contained in:
Glenn Johnson
2016-06-11 15:53:28 -05:00
parent ad0cfa41aa
commit 0e9f8bd38d
13 changed files with 26 additions and 13 deletions

View File

@@ -32,7 +32,8 @@ class RWithr(Package):
dependencies to provide access to these functions."""
homepage = "http://github.com/jimhester/withr"
url = "https://cran.r-project.org/src/contrib/withr_1.0.1.tar.gz"
url = "https://cran.r-project.org/src/contrib/withr_1.0.1.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/withr"
version('1.0.1', 'ac38af2c6f74027c9592dd8f0acb7598')