Skip to content

Commit 006a538

Browse files
authored
fledge: CRAN release v1.1.2 (#797)
2 parents 19ce6fd + 3bb5ddf commit 006a538

File tree

3 files changed

+4
-23
lines changed

3 files changed

+4
-23
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: duckplyr
33
Title: A 'DuckDB'-Backed Version of 'dplyr'
4-
Version: 1.1.1.9001
4+
Version: 1.1.2
55
Authors@R: c(
66
person("Hannes", "Mühleisen", role = "aut",
77
comment = c(ORCID = "0000-0001-8552-0029")),

NEWS.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,14 @@
11
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->
22

3-
# duckplyr 1.1.1.9001 (2025-09-17)
3+
# duckplyr 1.1.2 (2025-09-17)
44

55
## Features
66

77
- Fully support `dd::...()` syntax (#795).
88

9-
## Continuous integration
10-
11-
- Format with air, check detritus, better handling of `extra-packages` (#738).
12-
13-
- Skip tests.
14-
15-
## Documentation
16-
17-
- Fix clone path.
18-
19-
20-
# duckplyr 1.1.1.9000 (2025-09-16)
21-
22-
## Features
23-
249
- Threshold for `prudence = "thrifty"` is reduced to 1000 cells when the data comes from a remote data source.
2510

26-
- Support named arguments for `dd$...()` functions.
27-
28-
## Chore
29-
30-
- Add and use `meta_reset()`.
11+
- Support named arguments for `dd::...()` functions.
3112

3213
## Performance
3314

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
duckplyr 1.1.1
1+
duckplyr 1.1.2
22

33
## Cran Repository Policy
44

0 commit comments

Comments
 (0)