-
Notifications
You must be signed in to change notification settings - Fork 107
/
DESCRIPTION
90 lines (90 loc) · 2.13 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Package: odbc
Title: Connect to ODBC Compatible Databases (using the DBI Interface)
Version: 1.5.0.9000
Authors@R: c(
person("Jim", "Hester", role = "aut"),
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("Oliver", "Gjoneski", role = "aut"),
person("lexicalunit", role = "cph",
comment = "nanodbc library"),
person("Google Inc.", role = "cph",
comment = "cctz library"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: A DBI-compatible interface to ODBC databases.
License: MIT + file LICENSE
URL: https://odbc.r-dbi.org, https://github.com/r-dbi/odbc,
https://solutions.posit.co/connections/db/
BugReports: https://github.com/r-dbi/odbc/issues
Depends:
R (>= 4.0.0)
Imports:
bit64,
blob (>= 1.2.0),
cli,
DBI (>= 1.0.0),
hms,
lifecycle,
methods,
Rcpp (>= 0.12.11),
rlang (>= 1.1.0)
Suggests:
covr,
DBItest,
httr2,
knitr,
magrittr,
rmarkdown,
RSQLite,
testthat (>= 3.0.0),
tibble,
withr
LinkingTo:
Rcpp
ByteCompile: true
Config/Needs/check: pkgbuild
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: GNU make, An ODBC3 driver manager and drivers.
Collate:
'RcppExports.R'
'aaa-odbc-data-type.R'
'connection-pane.R'
'dbi-connection.R'
'odbc-connection.R'
'db.R'
'dbi-driver.R'
'dbi-result.R'
'dbi-table.R'
'dbi.R'
'driver-access.R'
'driver-bigquery.R'
'driver-databricks.R'
'driver-db2.R'
'driver-hana.R'
'driver-hive.R'
'driver-impala.R'
'driver-mysql.R'
'driver-netezza.R'
'driver-oracle.R'
'driver-postgres.R'
'driver-redshift.R'
'driver-snowflake.R'
'driver-spark.R'
'driver-sql-server.R'
'driver-sqlite.R'
'driver-teradata.R'
'driver-vertica.R'
'import-standalone-obj-type.R'
'import-standalone-types-check.R'
'odbc-config.R'
'odbc-data-sources.R'
'odbc-drivers.R'
'odbc-package.R'
'odbc.R'
'utils.R'
'zzz.R'
VignetteBuilder: knitr