Skip to content

Commit

Permalink
NEWS and CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Mar 21, 2023
1 parent 61c519f commit ca250e9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 88 deletions.
85 changes: 12 additions & 73 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 1 addition & 15 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ca250e9

Please sign in to comment.