Package: DBI
Title: R Database Interface
Version: 1.2.0.9002
Date: 2023-12-22
Authors@R: c(
    person("R Special Interest Group on Databases (R-SIG-DB)", role = "aut"),
    person("Hadley", "Wickham", role = "aut"),
    person("Kirill", "Müller", , "kirill@cynkra.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-1416-3412")),
    person("R Consortium", role = "fnd")
  )
Description: A database interface definition for communication between R
    and relational database management systems.  All classes in this
    package are virtual and need to be extended by the various R/DBMS
    implementations.
License: LGPL (>= 2.1)
URL: https://dbi.r-dbi.org, https://github.com/r-dbi/DBI
BugReports: https://github.com/r-dbi/DBI/issues
Depends:
    methods,
    R (>= 3.0.0)
Suggests:
    blob,
    covr,
    DBItest,
    dbplyr,
    downlit,
    dplyr,
    glue,
    hms,
    knitr,
    magrittr,
    nanoarrow,
    RMariaDB,
    rmarkdown,
    rprojroot,
    RSQLite (>= 1.1-2),
    testthat (>= 3.0.0),
    vctrs,
    xml2
VignetteBuilder: 
    knitr
Config/autostyle/scope: line_breaks
Config/autostyle/strict: false
Config/Needs/check: r-dbi/DBItest
Encoding: UTF-8
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd"))
RoxygenNote: 7.2.3
Config/Needs/website: 
    r-dbi/DBItest,
    AzureKusto,
    bigrquery,
    DatabaseConnector,
    dittodb,
    duckdb,
    implyr,
    lazysf,
    odbc,
    pool,
    RAthena,
    IMSMWU/RClickhouse,
    RH2,
    RJDBC,
    RMariaDB,
    RMySQL,
    RPostgres,
    RPostgreSQL,
    RPresto,
    RSQLite,
    sergeant,
    sparklyr,
    withr
Config/testthat/edition: 3
