-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.41 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: DBI
Version: 1.0.0.9002
Date: 2019-09-05
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\u00fcller", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-1416-3412")),
person("R Consortium", role = "fnd")
)
Depends:
R (>= 3.0.0),
methods
Suggests:
blob,
covr,
hms,
knitr,
magrittr,
rprojroot,
rmarkdown,
RSQLite (>= 1.1-2),
testthat,
xml2
Encoding: UTF-8
License: LGPL (>= 2.1)
URL: http://r-dbi.github.io/DBI
URLNote: https://github.com/r-dbi/DBI
BugReports: https://github.com/r-dbi/DBI/issues
Collate:
'hidden.R'
'DBObject.R'
'DBDriver.R'
'table.R'
'DBConnection.R'
'ANSI.R'
'DBI-package.R'
'DBResult.R'
'data-types.R'
'data.R'
'deprecated.R'
'interpolate.R'
'list-pairs.R'
'quote.R'
'rd.R'
'rownames.R'
'table-create.R'
'table-insert.R'
'transactions.R'
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd", "pkgapi::api_roclet"))
RoxygenNote: 6.1.1