File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 11Type: Package
22Package: duckplyr
33Title: A 'DuckDB'-Backed Version of 'dplyr'
4- Version: 1.1.3.9004
4+ Version: 1.1.3.9005
55Authors@R: c(
66 person("Hannes", "Mühleisen", role = "aut",
77 comment = c(ORCID = "0000-0001-8552-0029")),
Original file line number Diff line number Diff line change 11<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->
22
3+ # duckplyr 1.1.3.9005 (2025-11-27)
4+
5+ ## Bug fixes
6+
7+ - ` transmute() ` can reference new variables (#796 , #819 ).
8+
9+ ## Chore
10+
11+ - Move compatibility checks to duckdb (#721 ).
12+
13+ ## Continuous integration
14+
15+ - Fix compatibility with duckdb 1.4.2.
16+
17+ ## Documentation
18+
19+ - Add blog post to pkgdown config (#612 , #827 ).
20+
21+ - Document ` row.names ` incompatibility (#603 , #825 ).
22+
23+ - Add examples for specifying CSV column types by name (#775 , #820 ).
24+
25+ - Add superseded lifecycle badge to ` transmute() ` documentation (#364 , #824 ).
26+
27+ - Review contributing guide (#657 ).
28+
29+
330# duckplyr 1.1.3.9004 (2025-11-17)
431
532## Continuous integration
You can’t perform that action at this time.
0 commit comments