Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 1 of 1 found.
[1] < 1 > [1]  Sort:

DBI : R Database Interface

Package: DBI
Version: 0.4-1
Date: 2016-05-07
Title: R Database Interface
Description: A database interface definition for communication
between R and relational database management systems. All
classes in this package are virtual and need to be extended by
the various R/DBMS implementations.
Authors@R: c(
person("R Special Interest Group on Databases (R-SIG-DB)", role = "aut"),
person("Hadley", "Wickham", role = "aut"),
person("Kirill", "Müller", email = "krlmlr+r@mailbox.org", role = c("aut", "cre"))
)
Depends: R (>= 2.15.0), methods
Suggests: testthat, RSQLite, knitr, covr
Encoding: UTF-8
License: LGPL (>= 2)
URL: https://github.com/rstats-db/DBI
BugReports: https://github.com/rstats-db/DBI/issues
Collate: 'DBObject.R' 'DBDriver.R' 'DBConnection.R' 'ANSI.R'
'DBResult.R' 'data-types.R' 'data.R' 'deprecated.R'
'interpolate.R' 'quote.R' 'rownames.R' 'table-create.R'
'table-insert.R' 'table.R' 'transactions.R' 'util.R'
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-05-07 13:24:22 UTC; muelleki
Author: R Special Interest Group on Databases (R-SIG-DB) [aut],
Hadley Wickham [aut],
Kirill Müller [aut, cre]
Maintainer: Kirill Müller <krlmlr+r@mailbox.org>
Repository: CRAN
Date/Publication: 2016-05-08 09:53:30

● Data Source: CranContrib
● 0 images, 43 functions, 0 datasets
Reverse Depends: 14