Package: duckdb
Title: DBI Package for the DuckDB Database Management System
Version: 0.2.2
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"),
      person("Apache Software Foundation", role = "cph"),
      person("PostgreSQL Global Development Group", role = "cph"),
      person("The Regents of the University of California", role = "cph"),
      person("Cameron Desrochers", role = "cph"),
      person("Victor Zverovich", role = "cph"),
      person("RAD Game Tools", role = "cph"),
      person("Valve Software", role = "cph"),
      person("Rich Geldreich", role = "cph"),
      person("Tenacious Software LLC", role = "cph"),
      person("The RE2 Authors", role = "cph"),
      person("Google Inc.", role = "cph"),
      person("Facebook Inc.", role = "cph"),
      person("Steven G. Johnson", role = "cph"),
      person("Jiahao Chen", role = "cph"),
      person("Tony Kelman", role = "cph"),
      person("Jonas Fonseca", role = "cph"),
      person("Lukas Fittl", role = "cph"))
Description: The DuckDB project is an embedded analytical data
    management system with support for the Structured Query Language (SQL). This package includes all of
    DuckDB and a R Database Interface (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, GCC on Solaris
