forked from r-dbi/odbc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.37 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
Package: odbc
Title: Connect to ODBC Compatible Databases (using the DBI Interface)
Version: 1.3.3.9000
Authors@R: c(
person("Jim", "Hester", role = "aut"),
person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
person("Oliver", "Gjoneski", role = "ctb",
comment = "detule"),
person("lexicalunit", role = "cph",
comment = "nanodbc library"),
person("Google Inc.", role = "cph",
comment = "cctz library"),
person("RStudio", role = c("cph", "fnd"))
)
Description: A DBI-compatible interface to ODBC databases.
License: MIT + file LICENSE
URL: https://r-dbi.github.io/odbc/, https://github.com/r-dbi/odbc,
https://db.rstudio.com,
BugReports: https://github.com/r-dbi/odbc/issues
Depends:
R (>= 3.2.0)
Imports:
bit64,
blob (>= 1.2.0),
DBI (>= 1.0.0),
hms,
methods,
Rcpp (>= 0.12.11),
rlang
Suggests:
covr,
DBItest,
magrittr,
RSQLite,
testthat,
tibble
LinkingTo:
Rcpp
ByteCompile: true
Config/Needs/website: tidyverse/tidytemplate
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
SystemRequirements: C++11, GNU make, An ODBC3 driver manager and drivers.
Collate:
'odbc.R'
'Driver.R'
'Connection.R'
'DataTypes.R'
'RcppExports.R'
'Result.R'
'Table.R'
'Viewer.R'
'db.R'
'hidden.R'
'utils.R'
'zzz.R'