r-rsqlite: Update version to 2.0. (#5444)

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

* r-rsqlite: Update version to 2.0
This commit is contained in:
lingnanyuan 2017-09-23 10:02:27 -05:00 committed by Christoph Junghans
parent c3a8f10bf9
commit bf2f96ce78

View File

@ -30,9 +30,16 @@ class RRsqlite(RPackage):
interface compliant with the DBI package. The source for the SQLite engine interface compliant with the DBI package. The source for the SQLite engine
(version 3.8.6) is included.""" (version 3.8.6) is included."""
homepage = "https://github.com/rstats-db/RSQLite" homepage = "https://cran.rstudio.com/web/packages/RSQLite/index.html"
url = "https://cran.r-project.org/src/contrib/RSQLite_1.0.0.tar.gz" url = "https://cran.r-project.org/src/contrib/RSQLite_1.0.0.tar.gz"
list_url = homepage
version('1.0.0', 'e6cbe2709612b687c13a10d30c7bad45') version('2.0', '63842410e78ccdfc52d4ee97992521d5')
depends_on('r-dbi', type=('build', 'run')) depends_on('r-dbi', type=('build', 'run'))
depends_on('r-bit64', type=('build', 'run'))
depends_on('r-blob', type=('build', 'run'))
depends_on('r-memoise', type=('build', 'run'))
depends_on('r-pkgconfig', type=('build', 'run'))
depends_on('r-rcpp', type=('build', 'run'))
depends_on('r-bh', type=('build', 'run'))
depends_on('r-plogr', type=('build', 'run'))