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

@@ -31,7 +31,8 @@ class RHttr(Package):
request components (authenticate(), add_headers() and so on)."""
homepage = "https://github.com/hadley/httr"
url = "https://cran.r-project.org/src/contrib/httr_1.1.0.tar.gz"
url = "https://cran.r-project.org/src/contrib/httr_1.1.0.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/httr"
version('1.1.0', '5ffbbc5c2529e49f00aaa521a2b35600')