forked from r-dbi/odbc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.02 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
Package: odbc
Title: Connect to ODBC Compatible Databases (using the DBI Interface)
Version: 1.0.1.9000
Authors@R: c(
person("Jim", "Hester", , "james.hester@rstudio.com", role = c("aut", "cre")),
person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut")),
person(family = "lexicalunit", role = c("cph"), comment = "nanodbc library"),
person(family = "RStudio", role = c("cph", "fnd"))
)
Description: A DBI-compatible interface to ODBC databases.
License: MIT + file LICENSE
LazyData: true
Imports:
DBI (>= 0.3.0),
methods,
Rcpp,
blob,
bit64
LinkingTo: Rcpp, BH
RoxygenNote: 6.0.1
URL: https://github.com/rstats-db/odbc
BugReports: https://github.com/rstats-db/odbc/issues
SystemRequirements: An ODBC3 driver manager and drivers.
Suggests:
tibble,
DBItest,
testthat,
covr,
magrittr
Collate:
'odbc.R'
'Driver.R'
'Connection.R'
'DataTypes.R'
'RcppExports.R'
'Result.R'
'Table.R'
'Viewer.R'
'utils.R'
'zzz.R'
Roxygen: list(markdown = TRUE)