1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: dbi
Section: gnu-r
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Build-Depends: debhelper (>> 4.1.0), cdbs, r-base-dev (>= 2.10.1)
Standards-Version: 3.8.3
Package: r-cran-dbi
Architecture: any
Depends: ${shlibs:Depends}, r-base-core (>= 2.10.1)
Suggests: r-cran-rmysql
Description: 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.
.
URL: http://stat.bell-labs.com/RS-DBI
|