Package: DBI
Title: R Database Interface
Version: 1.2.0
Date: 2023-12-20
Authors@R: c(
    person("R Special Interest Group on Databases (R-SIG-DB)", role = "aut"),
    person("Hadley", "Wickham", role = "aut"),
    person("Kirill", "Müller", , "krlmlr+r@mailbox.org", 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
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
NeedsCompilation: no
Packaged: 2023-12-20 20:12:11 UTC; kirill
Author: R Special Interest Group on Databases (R-SIG-DB) [aut],
  Hadley Wickham [aut],
  Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>),
  R Consortium [fnd]
Maintainer: Kirill Müller <krlmlr+r@mailbox.org>
Repository: CRAN
Date/Publication: 2023-12-21 08:00:03 UTC
Built: R 4.2.0; ; 2023-12-21 11:24:49 UTC; unix
