dbi 1.1.0-2 source package in Ubuntu
Changelog
dbi (1.1.0-2) unstable; urgency=medium * source-only upload -- Dirk Eddelbuettel <email address hidden> Sun, 19 Jan 2020 16:30:41 -0600
Upload details
- Uploaded by:
- Dirk Eddelbuettel
- Uploaded to:
- Sid
- Original maintainer:
- Dirk Eddelbuettel
- Architectures:
- all
- Section:
- gnu-r
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | math |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dbi_1.1.0-2.dsc | 1.7 KiB | 2dc4c2bdd9692ba88477ec8451220dc3d6cf22965a5c353f70603581f6c75583 |
dbi_1.1.0.orig.tar.gz | 618.2 KiB | a96db7fa39a58f1ed34c6e78d8f5f7e4cf0882afb301323b5c6975d6729203e4 |
dbi_1.1.0-2.debian.tar.xz | 3.5 KiB | 7159fc4e7806829738c2a641e9ec2e718821bcf742b6d44f6a7a5c950edd5745 |
Available diffs
- diff from 1.1.0-1 to 1.1.0-2 (277 bytes)
No changes file available.
Binary packages built by this source
- r-cran-dbi: GNU R package providing a generic database interface
A generic database interface (DBI) definition for communication
between R and relational database management systems -- similar to
Perl's DBI system. All classes in this package are virtual and need
to be extended by the various R/DBMS implementations as e.g. RMySQL.