Package: duckdb
Title: DBI Package for the DuckDB Database Management System
Version: 0.2.1
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: The DuckDB project is an embedded analytical data
    management system with SQL support. This package includes all of
    DuckDB and a DBI connector.
License: MPL
URL: https://duckdb.org/, https://github.com/cwida/duckdb
BugReports: https://github.com/cwida/duckdb/issues
Depends: 
    DBI,
    R (>= 3.5.0)
Imports:
    methods,
    utils
Suggests: 
    callr,
    DBItest,
    dbplyr,
    nycflights13,
    testthat
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
SystemRequirements: C++11
