Skip to content

Commit

Permalink
chore: Bump, tidy, news
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 28, 2023
1 parent bab1e0e commit a266e34
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 43 deletions.
82 changes: 39 additions & 43 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,44 +1,40 @@
Package: duckdb
Title: DBI Package for the DuckDB Database Management System
Version: 0.9.2
Authors@R:
c(person(given = "Hannes",
family = "Mühleisen",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8552-0029")),
person(given = "Mark",
family = "Raasveldt",
role = "aut",
email = "[email protected]",
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.
Version: 0.9.2-1
Authors@R: c(
person("Hannes", "Mühleisen", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8552-0029")),
person("Mark", "Raasveldt", , "[email protected]", role = "aut",
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: MIT + file LICENSE
URL: https://duckdb.org/, https://github.com/duckdb/duckdb-r
BugReports: https://github.com/duckdb/duckdb-r/issues
Expand All @@ -48,19 +44,19 @@ Depends:
Imports:
methods,
utils
Suggests:
Suggests:
adbcdrivermanager,
arrow (>= 13.0.0),
bit64,
callr,
DBItest,
dplyr,
dbplyr,
dplyr,
rlang,
testthat,
tibble,
vctrs,
withr,
adbcdrivermanager
withr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# duckdb 0.9.2-1

- Fix compiler warning on R-devel (#45).


# duckdb 0.9.2

- See release notes at <https://github.com/duckdb/duckdb/releases/tag/v0.9.2>.
Expand Down

0 comments on commit a266e34

Please sign in to comment.