forked from r-dbi/odbc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
65 lines (65 loc) · 1.53 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
Package: odbc
Title: Connect to ODBC Compatible Databases (using the DBI
Interface)
Version: 1.3.1.9000
Authors@R:
c(person(given = "Jim",
family = "Hester",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Hadley",
family = "Wickham",
role = "aut",
email = "[email protected]"),
person(given = "Oliver", "Gjoneski", role = "ctb", comment = "detule"),
person(given = "lexicalunit",
role = "cph",
comment = "nanodbc library"),
person(given = "Google Inc.",
role = "cph",
comment = "cctz library"),
person(given = "RStudio",
role = c("cph", "fnd")))
Description: A DBI-compatible interface to ODBC databases.
License: MIT + file LICENSE
URL: 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,
rlang,
Rcpp (>= 0.12.11)
Suggests:
covr,
DBItest,
magrittr,
RSQLite,
testthat,
tibble
LinkingTo:
Rcpp
ByteCompile: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
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'