diff --git a/DESCRIPTION b/DESCRIPTION index 94f91a19..ef72b805 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: duckplyr Title: A 'DuckDB'-Backed Version of 'dplyr' -Version: 0.2.1.9003 +Version: 0.2.2 Authors@R: c( person("Hannes", "Mühleisen", role = "aut", comment = c(ORCID = "0000-0001-8552-0029")), diff --git a/NEWS.md b/NEWS.md index 72be35bd..932a0ad4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,59 +7,25 @@ - Add stability to README output (@maelle, #62, #65). -# duckplyr 0.2.1.9002 (2023-10-16) +# duckplyr 0.2.2 (2023-10-16) ## Bug fixes - `summarise()` keeps `"duckplyr_df"` class (#63, #64). - -# duckplyr 0.2.1.9001 (2023-10-16) - -## Chore - - - Skip tests that give different output on dev tidyselect. - - - Require latest duckdb. - - - Import utils::globalVariables(). - - - Clean up imports. - -## Documentation - - - Small README improvements (@maelle, #34, #57). - - -# duckplyr 0.2.1.9000 (2023-10-05) - -## Bug fixes - - - Fix compatibility with duckdb \>= 0.9.0. +- Fix compatibility with duckdb \>= 0.9.1. ## Chore - - Use fledge workflow. - - - Adapt path. - - - Code formatting. - - - Replace last `:::` with `$`. - - - Re-sync. - - - `:::` -\> `$` for access of private functions. +- Skip tests that give different output on dev tidyselect. - - Sync. +- Import `utils::globalVariables()`. ## Documentation - - Tweak (#56). - - Closes #56. +- Small README improvements (@maelle, #34, #57). - - Fix 301 in README. +- Fix 301 in README. # duckplyr 0.2.1 (2023-09-16) diff --git a/cran-comments.md b/cran-comments.md index 638cbd3b..67a693a8 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,6 @@ -duckplyr 0.2.0 +duckplyr 0.2.1.9002 -Release with DuckDB support. +## Current CRAN check results + +- [x] Checked on 2023-10-16, problems found: https://cran.r-project.org/web/checks/check_results_duckplyr.html +- [x] ERROR: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-release-windows-x86_64: Fixed