r-dbi: updated to version 0.7 (#5537)

* pr-quantities: add version & py-numpy conflict (#5307)

* r-dbi: Create new package.

* r-dbi: modified according to flake8

* Update package.py

* Update package.py
This commit is contained in:
Yifan Zhu 2017-09-28 23:14:56 -05:00 committed by Christoph Junghans
parent aab68aaecf
commit a63fdc8f35

View File

@ -30,7 +30,8 @@ class RDbi(RPackage):
relational database management systems. All classes in this package are
virtual and need to be extended by the various R/DBMS implementations."""
homepage = "https://github.com/rstats-db/DBI"
url = "https://cran.r-project.org/src/contrib/DBI_0.4-1.tar.gz"
homepage = "http://rstats-db.github.io/DBI"
url = "https://cran.rstudio.com/src/contrib/DBI_0.7.tar.gz"
list_url = homepage
version('0.4-1', 'c7ee8f1c5037c2284e99c62698d0f087')
version('0.7', '66065dd687d758b72d638adb6a8cab2e')