r-dbi: add 1.1.1 (#27833)
This commit is contained in:
parent
4a53536464
commit
5f4af3ac8a
@ -7,14 +7,16 @@
|
|||||||
|
|
||||||
|
|
||||||
class RDbi(RPackage):
|
class RDbi(RPackage):
|
||||||
"""A database interface definition for communication between R and
|
"""R Database Interface.
|
||||||
|
|
||||||
|
A database interface definition for communication between R and
|
||||||
relational database management systems. All classes in this package are
|
relational database management systems. All classes in this package are
|
||||||
virtual and need to be extended by the various R/DBMS implementations."""
|
virtual and need to be extended by the various R/DBMS implementations."""
|
||||||
|
|
||||||
homepage = "http://rstats-db.github.io/DBI"
|
homepage = "https://dbi.r-dbi.org"
|
||||||
url = "https://cloud.r-project.org/src/contrib/DBI_0.7.tar.gz"
|
cran = "DBI"
|
||||||
list_url = "https://cloud.r-project.org/src/contrib/Archive/DBI"
|
|
||||||
|
|
||||||
|
version('1.1.1', sha256='572ab3b8a6421d0ac3e7665c4c842826f1723af98fca25d4f43edb419e771344')
|
||||||
version('1.1.0', sha256='a96db7fa39a58f1ed34c6e78d8f5f7e4cf0882afb301323b5c6975d6729203e4')
|
version('1.1.0', sha256='a96db7fa39a58f1ed34c6e78d8f5f7e4cf0882afb301323b5c6975d6729203e4')
|
||||||
version('1.0.0', sha256='ff16f118eb3f759183441835e932b87358dd80ab9800ce576a8f3df1b6f01cf5')
|
version('1.0.0', sha256='ff16f118eb3f759183441835e932b87358dd80ab9800ce576a8f3df1b6f01cf5')
|
||||||
version('0.4-1', sha256='eff14a9af4975f23f8e1f4347d82c33c32c0b4f4f3e11370c582a89aeb8ac68e')
|
version('0.4-1', sha256='eff14a9af4975f23f8e1f4347d82c33c32c0b4f4f3e11370c582a89aeb8ac68e')
|
||||||
|
Loading…
Reference in New Issue
Block a user