Adding list_url to several R module packages (#6474)
This commit is contained in:
@@ -32,6 +32,6 @@ class RDbi(RPackage):
|
||||
|
||||
homepage = "http://rstats-db.github.io/DBI"
|
||||
url = "https://cran.rstudio.com/src/contrib/DBI_0.7.tar.gz"
|
||||
list_url = homepage
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/DBI"
|
||||
version('0.4-1', 'c7ee8f1c5037c2284e99c62698d0f087')
|
||||
version('0.7', '66065dd687d758b72d638adb6a8cab2e')
|
||||
|
Reference in New Issue
Block a user