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 RWhisker(Package):
including R"""
homepage = "http://github.com/edwindj/whisker"
url = "https://cran.r-project.org/src/contrib/whisker_0.3-2.tar.gz"
url = "https://cran.r-project.org/src/contrib/whisker_0.3-2.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/whisker"
version('0.3-2', 'c4b9bf9a22e69ce003fe68663ab5e8e6')