Package: odbc
Title: Connect to ODBC Compatible Databases (using the DBI Interface)
Version: 1.3.5
Authors@R: c(
    person("Jim", "Hester", role = "aut"),
    person("Hadley", "Wickham", , "hadley@rstudio.com", 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("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 (>= 0.2.0)
Suggests:
    covr,
    DBItest,
    magrittr,
    RSQLite,
    testthat,
    tibble
LinkingTo: 
    Rcpp
ByteCompile: true
Config/Needs/website: tidyverse/tidytemplate
Config/Needs/check:
    pkgbuild
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
SystemRequirements: 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'
