Package: duckdb
Title: DBI Package for the DuckDB Database Management System
Version: 0.2.0
Authors@R: 
    c(person(given = "Hannes",
             family = "Mühleisen",
             role = c("aut", "cre"),
             email = "hannes@cwi.nl",
             comment = c(ORCID = "0000-0001-8552-0029")),
      person(given = "Mark",
             family = "Raasveldt",
             role = "aut",
             email = "mark.raasveldt@cwi.nl",
             comment = c(ORCID = "0000-0001-5005-6844")),
      person(given = "DuckDB Contributors",
             role = "aut"))
Description: DuckDB is an embedded analytical data management
    system with SQL support. This package includes all of DuckDB as well
    as R DBI & dplyr connectors.
License: MPL
URL: https://www.duckdb.org, https://github.com/cwida/duckdb
BugReports: https://github.com/cwida/duckdb/issues
Depends: 
    DBI,
    R (>= 3.5.0)
Imports:
    dbplyr,
    methods,
    testthat,
    utils
Suggests: 
    callr,
    DBItest,
    nycflights13
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
SystemRequirements: C++11
Collate: 
    'Driver.R'
    'Connection.R'
    'Result.R'
    'duckdb.R'
