Skip to content

Commit

Permalink
Merge branch 'cran-0.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 8, 2023
2 parents 8e6a8a5 + b134a9d commit 3c991cd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 43 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")),
Expand Down
46 changes: 6 additions & 40 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 5 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3c991cd

Please sign in to comment.