Adding list_url to r-hms package (#6473)

This commit is contained in:
Quinn 2017-11-27 15:40:02 -06:00 committed by Christoph Junghans
parent 3d4e51fad2
commit 1268bc8f45

View File

@ -31,5 +31,6 @@ class RHms(RPackage):
homepage = "https://cran.rstudio.com/web/packages/hms/index.html" homepage = "https://cran.rstudio.com/web/packages/hms/index.html"
url = "https://cran.rstudio.com/src/contrib/hms_0.3.tar.gz" url = "https://cran.rstudio.com/src/contrib/hms_0.3.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/hms"
version('0.3', '92c4a0cf0c402a35145b5bb57212873e') version('0.3', '92c4a0cf0c402a35145b5bb57212873e')