File: control

package info (click to toggle)
dbi 0.2-5-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 532 kB
  • sloc: makefile: 1
file content (18 lines) | stat: -rw-r--r-- 680 bytes parent folder | download
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