-
Notifications
You must be signed in to change notification settings - Fork 74
/
DESCRIPTION
76 lines (76 loc) · 1.65 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Package: DBI
Title: R Database Interface
Version: 1.2.3.9027
Date: 2024-12-09
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 protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1416-3412")),
person("R Consortium", role = "fnd")
)
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.
License: LGPL (>= 2.1)
URL: https://dbi.r-dbi.org, https://github.com/r-dbi/DBI
BugReports: https://github.com/r-dbi/DBI/issues
Depends:
methods,
R (>= 3.0.0)
Suggests:
arrow,
blob,
covr,
DBItest (>= 1.8.2),
dbplyr,
downlit,
dplyr,
glue,
hms,
knitr,
magrittr,
nanoarrow (>= 0.3.0.1),
RMariaDB,
rmarkdown,
rprojroot,
RSQLite (>= 1.1-2),
testthat (>= 3.0.0),
vctrs,
xml2
VignetteBuilder:
knitr
Config/autostyle/scope: line_breaks
Config/autostyle/strict: false
Config/Needs/check: r-dbi/DBItest
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000
Config/Needs/website:
r-dbi/DBItest,
r-dbi/dbitemplate,
adbi,
AzureKusto,
bigrquery,
DatabaseConnector,
dittodb,
duckdb,
implyr,
lazysf,
odbc,
pool,
RAthena,
IMSMWU/RClickhouse,
RH2,
RJDBC,
RMariaDB,
RMySQL,
RPostgres,
RPostgreSQL,
RPresto,
RSQLite,
sergeant,
sparklyr,
withr
Config/testthat/edition: 3