Skip to content

Releases: duckdb/duckdb-r

v1.0.0-2

20 Jul 14:25
Compare
Choose a tag to compare
  • Reduce the package installation size on macOS (#185).

Full Changelog: v1.0.0-1...v1.0.0-2

v1.0.0-1

10 Jul 09:42
Compare
Choose a tag to compare

What's Changed

  • Upgrade vendored cpp11 to 0.4.7 to fix compilation with R-devel.
  • fix: Support new I() syntax from dbplyr by @krlmlr in #195

Full Changelog: v1.0.0...v1.0.0-1

v1.0.0

16 Jun 13:12
Compare
Choose a tag to compare

What's Changed

  • feat: Add dbplyr translations for clock::add_days(), clock::add_years(), clock::get_day(), clock::get_month(), and clock::get_year() by @edward-burn in #153
  • feat: New sort argument to rel_order() by @toppyy in #168
  • feat: round() duckdb translation uses ROUND_EVEN() instead of ROUND() by @lschneiderbauer in #157
  • chore: n_distinct() followup by @lschneiderbauer in #158
  • feat: Add dbplyr translations for clock::date_count_between() by @edward-burn in #166
  • fix: Correct usage of win_current_group() instead of win_current_order() in SQL translation by @lschneiderbauer in #175
  • fix: Avoid triggering re2 in tests by @krlmlr in #176
  • feat: Support fetching MAP type by @hannes in #165

New Contributors

Full Changelog: v0.10.2...v1.0.0

v0.10.2

16 Jun 13:11
Compare
Choose a tag to compare

What's Changed

  • feat: Map NA to SQLNULL by @krlmlr in #143
  • fix: Avoid R CMD check warning regarding SETLENGTH() and SET_TRUELENGTH() by @krlmlr in #145
  • feat: Include rfuns extension by @krlmlr in #144
  • fix: rel_sql(rel, "{{sql}}") works even on a read-only database by @Tmonster in #138
  • feat: Implement n_distinct() for multiple arguments using duckdb structs by @lschneiderbauer in #122
  • feat: Use latest tests from DBItest by @krlmlr in #148
  • Change conversion for difftime to INTERVAL, not TIME by @hannes in #151

Full Changelog: v0.10.1...v0.10.2

v0.10.1

01 May 08:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.10.1

duckdb 0.10.0

15 Mar 07:12
Compare
Choose a tag to compare

What's Changed

  • Fix REprintf warnings for R-devel by @krlmlr in #45
  • feat: New private rel_to_parquet() to write a relation to parquet by @Tmonster in #46
  • chore: Remove last instance of default_connection() by @krlmlr in #50
  • chore: Update vendored sources to duckdb/duckdb@d51e1b0 by @krlmlr in #53
  • chore: Update vendored sources to duckdb/duckdb@2414840 by @krlmlr in #57
  • docs: use pkgdown BS5 by @maelle in #70
  • Update README.md by @romainfrancois in #76
  • chore: Sync duckplyr tests by @krlmlr in #78
  • Add NEWS.md to CRAN by @olivroy in #48
  • fix: Align the argument order of dbWriteTable() with the DBI specs by @eitsupi in #49
  • test: Tweak tests for compatibility with v0.10.0 by @krlmlr in #84
  • chore: Update vendored sources to duckdb/duckdb@d4c774b by @krlmlr in #85
  • test: Add csv reading test for duckdb_read_csv(na.strings = ) by @Tmonster in #10
  • feat: Update core to duckdb v0.10.0 by @krlmlr in #90
  • fix: DBI::dbQuoteIdentifier() correctly quotes identifiers that start with a digit by @krlmlr in #92
  • feat: Initial ALTREP support for LIST logical type by @romainfrancois in #77
  • fix: dplyr::tbl() works again when a Parquet or CSV file is passed instead of a table name by @krlmlr in #91
  • docs: Add list of contributors by @krlmlr in #94
  • chore: Change directory location for extensions and secrets for v.0.10.0 release by @Tmonster in #73
  • feat: New tbl_file() and tbl_query() to explicitly access tables and queries as dbplyr lazy tables by @krlmlr in #96

New Contributors

Full Changelog: v0.9.2...v0.10.0

duckdb 0.9.2-1

10 Dec 22:42
Compare
Choose a tag to compare

What's Changed

  • Fix REprintf() warnings for R-devel by @krlmlr in #45

Full Changelog: v0.9.2...v0.9.2-1

duckdb 0.9.2

27 Nov 08:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.9.2

duckdb 0.9.1-1

08 Nov 12:18
Compare
Choose a tag to compare

What's Changed

  • chore: Fix tests when dplyr is missing by @krlmlr in #29
  • chore: Skip DBItest tests if not installed by @krlmlr in #30
  • chore: Fix duckdb_adbc_init() signature by @hannes in #33

New Contributors

Full Changelog: v0.9.1...v0.9.1-1

duckdb 0.9.1

16 Oct 20:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.9.1