From 7e6db90b477b37fbe3cd9c2d3aabdc376f38d551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Tue, 20 Sep 2022 04:58:21 +0200 Subject: [PATCH] NEWS and CRAN comments --- NEWS.md | 22 +++++----------------- cran-comments.md | 26 +------------------------- 2 files changed, 6 insertions(+), 42 deletions(-) diff --git a/NEWS.md b/NEWS.md index 4fd8e49bc..89ea690f1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,15 +2,6 @@ # dm 1.0.2 -- Same as previous version. - - -# dm 1.0.1.9001 - -## Bug fixes - -- `dm_paste()` gives correct output for factor columns with many levels (#1510, #1511). - ## Features - `dm_from_con()` can use multiple schemata (@mgirlich, #1441, #1449). @@ -21,22 +12,19 @@ - New `json_pack.tbl_lazy()` and `json_nest.tbl_lazy()` (#969, #975). -## Chore +## Bug fixes + +- `dm_paste()` gives correct output for factor columns with many levels (#1510, #1511). -- Fix compatibility with duckdb 0.5.0 (#1518). +## Chore -- Adapt snapshot tests to duckdb 0.5.0 (#1509). +- Fix compatibility with duckdb 0.5.0 (#1509, #1518). - Refactor `dm_unwrap_tbl()` so it builds a "unwrap plan" first (#1446, #1447). - Reenable `dm_rows_update()` test (#1437). -# dm 1.0.1.9000 - -Internal changes only. - - # dm 1.0.1 ## Features diff --git a/cran-comments.md b/cran-comments.md index 57a37f219..4c815bb84 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,29 +1,5 @@ dm 1.0.2 -## Cran Repository Policy - -- [x] Reviewed CRP last edited 2022-07-26. - -## R CMD check results - -- [x] Checked locally, R 4.1.3 -- [ ] Checked on CI system, R 4.2.1 -- [ ] Checked on win-builder, R devel - -Check the boxes above after successful execution and remove this line. Then run `fledge::release()`. - ## Current CRAN check results -- [x] Checked on 2022-09-20, problems found: https://cran.r-project.org/web/checks/check_results_dm.html -- [ ] ERROR: r-devel-linux-x86_64-debian-clang -- [ ] ERROR: r-devel-linux-x86_64-debian-gcc -- [ ] ERROR: r-devel-linux-x86_64-fedora-clang -- [ ] ERROR: r-devel-linux-x86_64-fedora-gcc -- [ ] ERROR: r-devel-windows-x86_64 -- [ ] ERROR: r-patched-linux-x86_64 -- [ ] ERROR: r-release-linux-x86_64 -- [ ] ERROR: r-release-windows-x86_64 -- [ ] ERROR: r-oldrel-windows-ix86+x86_64 -- [ ] other_issue: NA - -Check results at: https://cran.r-project.org/web/checks/check_results_dm.html +- [x] Checked on 2022-09-20, problems found: https://cran.r-project.org/web/checks/check_results_dm.html . Fixed compatibility with duckdb 0.5.0.