From ca250e9e8c3765478517428cb77e91496e703ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Tue, 21 Mar 2023 08:16:52 +0100 Subject: [PATCH] NEWS and CRAN comments --- NEWS.md | 85 +++++++----------------------------------------- cran-comments.md | 16 +-------- 2 files changed, 13 insertions(+), 88 deletions(-) diff --git a/NEWS.md b/NEWS.md index e9756cdb4..a45ef4279 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,102 +2,41 @@ # pillar 1.9.0 -- Same as previous version. - - -# pillar 1.8.1.9010 - -## Features - -- Use info symbol in footer (#627, #635). - - -# pillar 1.8.1.9009 - -## Bug fixes - -- Shortened list columns are also shown with a subtle style (#628, #634). - -- Fix method consistency, checked by R-devel (#633). - ## Features - Math operations on `num()` objects no longer perform type checks. This allows, e.g., multiplying a `num()` with a logical (#630, #632). -## Chore - -- Breaking change: Hard-deprecate old API (#272, #374, #631). - -## Breaking changes - -- Breaking change: Hard-deprecate old API (#272, #374, #631). - - -# pillar 1.8.1.9008 - -## Documentation - -- Fix typo & missing quote in digits vignette stub (@gavinsimpson, #629). - - -# pillar 1.8.1.9007 - -- Internal changes only. - +## Printing -# pillar 1.8.1.9006 +- The default for the `pillar.min_title_chars` option has been bumped up to 20 characters so that title truncuation only affects very long variables. Use `options(pillar.min_title_chars = 5)` to reset to the previous default (#582, #620). -- Internal changes only. - - -# pillar 1.8.1.9005 - -- Internal changes only. - - -# pillar 1.8.1.9004 - -## Bug fixes - -- Avoid warning with S4 character classes (tidyverse/tibble#1367, #625). +- Use info bullets to format details (#582, #617, #627, #635). +## Breaking changes -# pillar 1.8.1.9003 +- `colonnade()`, `extra_cols()` and `squeeze()` are now hard-deprecated (#272, #374, #631). ## Bug fixes -- Show colnames() hint only when needed (tidyverse/tibble#1488, #622). - - -# pillar 1.8.1.9002 - -## Features - -- Use bullets to format details (#582, #617). - -- The default for `pillar.min_title_chars` has been bumped up to 20 characters so that title truncuation only affects very long variables (#582, #620). - - -# pillar 1.8.1.9001 - -## Bug fixes +- Show `colnames()` hint only when needed (tidyverse/tibble#1488, #622). - Fix printing of very small numbers (#615, #619). -## Chore +- Shortened list columns are also shown with a subtle style (#628, #634). -- Use constructors in `vec_cast()` (#587). +- Avoid warning with S4 character classes (tidyverse/tibble#1367, #625). -- Require vctrs >= 0.5.0 +- Fix method consistency, checked by R-devel (#633). ## Documentation - Polish `?pillar_options` (#583). +- Fix typo & missing quote in digits vignette stub (@gavinsimpson, #629). -# pillar 1.8.1.9000 +## Internal -- Internal changes only. +- Require vctrs >= 0.5.0 # pillar 1.8.1 diff --git a/cran-comments.md b/cran-comments.md index 30636026f..7f7be01b3 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,20 +1,6 @@ pillar 1.9.0 -## Cran Repository Policy - -- [x] Reviewed CRP last edited 2022-07-26. - -## R CMD check results - -- [x] Checked locally, R 4.2.2 -- [ ] Checked on CI system, R 4.2.3 -- [ ] 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 2023-03-21, problems found: https://cran.r-project.org/web/checks/check_results_pillar.html -- [ ] WARN: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc - -Check results at: https://cran.r-project.org/web/checks/check_results_pillar.html +- [x] WARN: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc: Fixed