added list URL for r-rodbc (#9460)

This commit is contained in:
Miles Perry 2018-10-08 16:25:52 -05:00 committed by Levi Baber
parent b8e0d5824e
commit 4e20b16dbe

View File

@ -30,6 +30,7 @@ class RRodbc(RPackage):
homepage = "https://cran.rstudio.com/web/packages/RODBC/" homepage = "https://cran.rstudio.com/web/packages/RODBC/"
url = "https://cran.rstudio.com/src/contrib/RODBC_1.3-13.tar.gz" url = "https://cran.rstudio.com/src/contrib/RODBC_1.3-13.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/RODBC/"
version('1.3-13', 'c52ef9139c2ed85adc53ad6effa7d68e') version('1.3-13', 'c52ef9139c2ed85adc53ad6effa7d68e')