Skip to content

Commit f7571f0

Browse files
committed
NEWS and CRAN comments [ci skip]
1 parent 42c5a76 commit f7571f0

File tree

2 files changed

+12
-29
lines changed

2 files changed

+12
-29
lines changed

NEWS.md

+9-13
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@
1313
## Features
1414

1515
- Only allow constants in `mutate()` that are actually representable in duckdb (#73).
16+
- Avoid translating `ifelse()`, support `if_else()` (#79).
17+
18+
## Documentation
19+
20+
- Separate and explain the new relational examples (@wibeasley, #84).
21+
22+
## Testing
23+
24+
- Add test that TPC-H queries can be processed.
1625

1726
## Chore
1827

@@ -22,23 +31,10 @@
2231
- Fix code generated by `meta_replay()`.
2332
- Bump constructive dependency.
2433
- Fix output order for `arrange()` in case of ties.
25-
- Full sync.
2634
- Update duckdb tests.
2735
- Only implement newer `slice_sample()`, not `sample_n()` or `sample_frac()` (#74).
2836
- Sync generated files (#71).
2937

30-
## Documentation
31-
32-
- Separate and explain the new relational examples (@wibeasley, #84).
33-
34-
## Testing
35-
36-
- Add test that TPC-H queries can be processed; feat: Avoid translating `ifelse()`, support `if_else()` (#79).
37-
38-
## Uncategorized
39-
40-
- Merge branch 'cran-0.2.3'.
41-
4238

4339
# duckplyr 0.2.3 (2023-11-08)
4440

cran-comments.md

+3-16
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,11 @@ duckplyr 0.3.0
99
## Current CRAN check results
1010

1111
- [x] Checked on 2023-12-10, problems found: https://cran.r-project.org/web/checks/check_results_duckplyr.html
12-
- [ ] other_issue: NA
12+
- [x] other_issue: fixed
1313
See: <https://www.stats.ox.ac.uk/pub/bdr/gcc12/duckplyr.out>
14-
- [ ] other_issue: NA
15-
See: <https://www.stats.ox.ac.uk/pub/bdr/gcc12/duckplyr.out>
16-
- [ ] WARN: r-devel-linux-x86_64-debian-gcc
14+
- [x] WARN: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
1715
Found the following significant warnings:
1816
relational.c:35:27: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘SEXP’ {aka ‘struct SEXPREC *’} [-Wformat=]
1917
See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/duckplyr.Rcheck/00install.out’ for details.
2018
* used C compiler: ‘gcc-13 (Debian 13.2.0-7) 13.2.0’
21-
- [ ] WARN: r-devel-linux-x86_64-fedora-gcc
22-
Found the following significant warnings:
23-
relational.c:35:27: warning: format '%p' expects argument of type 'void *', but argument 2 has type 'SEXP' {aka 'struct SEXPREC *'} [-Wformat=]
24-
See ‘/data/gannet/ripley/R/packages/tests-devel/duckplyr.Rcheck/00install.out’ for details.
25-
* used C compiler: ‘gcc-13 (GCC) 13.2.0’
26-
- [ ] WARN: r-devel-windows-x86_64
27-
Found the following significant warnings:
28-
relational.c:35:27: warning: format '%p' expects argument of type 'void *', but argument 2 has type 'SEXP' {aka 'struct SEXPREC *'} [-Wformat=]
29-
See 'd:/Rcompile/CRANpkg/local/4.4/duckplyr.Rcheck/00install.out' for details.
30-
* used C compiler: 'gcc.exe (GCC) 12.3.0'
31-
32-
Check results at: https://cran.r-project.org/web/checks/check_results_duckplyr.html
19+
Fixed.

0 commit comments

Comments
 (0)