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

@@ -30,7 +30,8 @@ class RRstudioapi(Package):
messages when it's not."""
homepage = "https://cran.r-project.org/web/packages/rstudioapi/index.html"
url = "https://cran.r-project.org/src/contrib/rstudioapi_0.5.tar.gz"
url = "https://cran.r-project.org/src/contrib/rstudioapi_0.5.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/rstudioapi"
version('0.5', '6ce1191da74e7bcbf06b61339486b3ba')