From 616a59c3a123f53e2807fba6b97073b0cb4a47f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Thu, 7 Apr 2022 20:57:47 +0200 Subject: [PATCH] NEWS and CRAN comments --- NEWS.md | 26 ++++++++------------------ cran-comments.md | 10 +++------- 2 files changed, 11 insertions(+), 25 deletions(-) diff --git a/NEWS.md b/NEWS.md index 6d7893678..09dde6992 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,34 +2,24 @@ # dm 0.2.8 -- Same as previous version. - - -# dm 0.2.7.9003 +## Features -- Remove extra spaces in output when examining constraints with compound keys (#868). - `pack_join()` works correctly if `name` is the same as an existing column in either table. In some cases a column is overwritten, this is consistent with `nest_join()` behavior (#864, #865). +- Messages that suggest the installation of optional packages are shown only once per session (#852). - `dm_insert_zoomed()` uses the color from the zoomed table for the new table (#750, #863). -- Fix column tracking for foreign keys (#856, #857). - +- `copy_dm_to()` consumes less memory and is faster when writing to SQL Server (#855). -# dm 0.2.7.9002 +## Bug fixes -- Messages that suggest the installation of optional packages are shown only once per session (#852). +- Remove extra spaces in output when examining constraints with compound keys (#868). +- Fix column tracking for foreign keys (#856, #857). - `copy_dm_to()` shows progress bars again (#850, #855). -- `copy_dm_to()` consumes less memory and is faster when writing to SQL Server (#855). - Progress bars use the console width (#853). - - -# dm 0.2.7.9001 - - Avoid calling `dbAppendTable()` for zero-row tables (#847). -- Require rlang 1.0.1 (#840). - -# dm 0.2.7.9000 +## Internal -- Same as previous version. +- Require rlang 1.0.1 (#840). # dm 0.2.7 diff --git a/cran-comments.md b/cran-comments.md index a563eaa9c..5cc0e72f4 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -2,17 +2,13 @@ dm 0.2.8 ## Cran Repository Policy -- [ ] Reviewed CRP last edited 2022-02-08. - -See changes at https://github.com/eddelbuettel/crp/compare/master@%7B2021-09-25%7D...master@%7B2022-02-08%7D +- [x] Reviewed CRP last edited 2022-02-08. ## R CMD check results - [x] Checked locally, R 4.1.2 -- [ ] Checked on CI system, R 4.1.3 -- [ ] Checked on win-builder, R devel - -Check the boxes above after successful execution and remove this line. Then run `fledge::release()`. +- [x] Checked on CI system, R 4.1.3 +- [x] Checked on win-builder, R devel ## Current CRAN check results