Package: duckdb
Title: DBI Package for the DuckDB Database Management System
Version: 0.3.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("Stichting DuckDB Foundation", role = "cph"),
      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"),
      person("Salvatore Sanfilippo", role = "cph"),
      person("Art.sy, Inc.", role = "cph"),
      person("Oran Agra", role = "cph"),
      person("Redis Labs, Inc.", role = "cph"),
      person("Melissa O'Neill", role = "cph"),
      person("PCG Project contributors", 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/duckdb/duckdb
BugReports: https://github.com/duckdb/duckdb/issues
Depends: DBI, R (>= 3.6.0)
Imports: methods, utils
Suggests: arrow, callr, DBItest, dplyr, dbplyr, nycflights13, testthat,
        withr
Encoding: UTF-8
RoxygenNote: 7.1.2
SystemRequirements: C++11, GCC on Solaris
NeedsCompilation: yes
Packaged: 2022-03-16 06:30:51 UTC; hannes
Author: Hannes Mühleisen [aut, cre] (<https://orcid.org/0000-0001-8552-0029>),
  Mark Raasveldt [aut] (<https://orcid.org/0000-0001-5005-6844>),
  Stichting DuckDB Foundation [cph],
  Apache Software Foundation [cph],
  PostgreSQL Global Development Group [cph],
  The Regents of the University of California [cph],
  Cameron Desrochers [cph],
  Victor Zverovich [cph],
  RAD Game Tools [cph],
  Valve Software [cph],
  Rich Geldreich [cph],
  Tenacious Software LLC [cph],
  The RE2 Authors [cph],
  Google Inc. [cph],
  Facebook Inc. [cph],
  Steven G. Johnson [cph],
  Jiahao Chen [cph],
  Tony Kelman [cph],
  Jonas Fonseca [cph],
  Lukas Fittl [cph],
  Salvatore Sanfilippo [cph],
  Art.sy, Inc. [cph],
  Oran Agra [cph],
  Redis Labs, Inc. [cph],
  Melissa O'Neill [cph],
  PCG Project contributors [cph]
Maintainer: Hannes Mühleisen <hannes@cwi.nl>
Repository: CRAN
Date/Publication: 2022-03-16 11:40:05 UTC
Built: R 4.0.5; x86_64-w64-mingw32; 2022-04-21 02:14:12 UTC; windows
Archs: i386, x64
