Skip to content

duckplyr 1.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Mar 02:17
· 54 commits to main since this release

Bug fixes

  • Check if extensions can be loaded before running examples and vignettes (#620).

  • Show source of error if data frame cannot be converted to duck frame (#614).

  • Correct formatting for controlled fallbacks with Sys.setenv(DUCKPLYR_FALLBACK_INFO = TRUE)

Chore

  • Require duckdb >= 1.2.0 (#619).

  • Break this version with duckdb 2.0.0 (#623).

Documentation

  • Separate ?compute_parquet and ?compute_csv (#610, #622).

  • Italicize book title in README (@wibeasley, #607).

  • Fix typo in filter(.by = ...) error message (@maelle, #611).

  • Fix link in documentation (#600, #601).