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 Jul 29, 2021
1 parent abb691c commit 231e398
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 37 deletions.
47 changes: 17 additions & 30 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,53 +2,40 @@

# pillar 1.6.2

- Same as previous version.
## Options


# pillar 1.6.1.9006

- `print.tbl()` and `format.tbl()` support the `max_extra_cols` and `max_footer_lines` arguments that override the corresponding options (#360).
- `print.tbl()` and `format.tbl()` maps the now deprecated `n_extra` argument to `max_extra_cols` for consistency (#360).


# pillar 1.6.1.9005

- `num()` gains `extra_sigfig` argument to automatically show more significant figures for numbers of the same magnitude with subtle differences (#97).
- Options `pillar.print_max`, `pillar.print_min`, `pillar.width` and `pillar.max_extra_cols` are now queried before the corresponding `tibble.` or `dplyr.` options are consulted, the latter will be soft-deprecated in pillar v2.0.0 (#353).


# pillar 1.6.1.9004

- New `pillar.bidi` option. When active, control characters are inserted to improve display of data with right-to-left text (#333).
- The new `pillar.max_footer_lines` option (default: 7) allows controlling the maximum number of footer lines shown. It is applied in addition to the existing `tibble.max_extra_cols` option (#263).
- Consistent definition of all options in one place, with internal accessors (#339).


# pillar 1.6.1.9003
## Formatting

- `obj_sum()` no longer calls `type_sum()` for vectors since pillar v1.6.1, this is now documented (#321).
- If a column doesn't make use of all horizontal width offered to it, the excess width is distributed over other columns (#331).
- All pillars are shown with their true horizontal extent, irrespective of the indicated `width`. This simplifies the implementation of custom `pillar_shaft()` methods (#347).
- Improved allocation of free space in multi-tier tables with `getOption("tibble.width") > getOption("width")` (#344).
- Avoid mangling of duplicate column names in footer (#332).
- All pillars are shown with their true horizontal extent, irrespective of the indicated `width`. This simplifies the implementation of custom `pillar_shaft()` methods (#347).

## Features

# pillar 1.6.1.9002
- `num()` gains `extra_sigfig` argument to automatically show more significant figures for numbers of the same magnitude with subtle differences (#97).
- `print.tbl()` and `format.tbl()` support the `max_extra_cols` and `max_footer_lines` arguments that override the corresponding options (#360).
- `print.tbl()` and `format.tbl()` maps the now deprecated `n_extra` argument to `max_extra_cols` for consistency (#360).

- Using `attr(exact = TRUE)` everywhere.
- `is_vector_s3()` is no longer generic (#181).
## Bug fixes

- Avoid mangling of duplicate column names in footer (#332).
- Fix warning with zero of type `bit64::integer64()` (#319).

# pillar 1.6.1.9001
## Documentation

- Fix internal logic around `vec_proxy()` and `vec_restore()` (#316).
- Fix warning with zero of type `bit64::integer64()` (#319).
- All package options are now documented in `?pillar_options` (#339).
- `obj_sum()` no longer calls `type_sum()` for vectors since pillar v1.6.1, this is now documented (#321).
- Fix documentation on usage of `vctrs::vec_proxy()` and `vctrs::vec_restore()` (#322).

## Internal

# pillar 1.6.1.9000

- Same as previous version.
- Using `attr(exact = TRUE)` everywhere.
- `is_vector_s3()` is no longer generic (#181).
- Fix internal logic around `vec_proxy()` and `vec_restore()` (#316).


# pillar 1.6.1
Expand Down
10 changes: 3 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@ pillar 1.6.2
## R CMD check results

- [x] Checked locally, R 4.1.0
- [ ] Checked on CI system, R 4.1.0
- [ ] 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.0
- [x] Checked on win-builder, R devel

## Current CRAN check results

- [x] Checked on 2021-07-29, problems found: https://cran.r-project.org/web/checks/check_results_pillar.html
- [ ] WARN: r-release-macos-arm64

Check results at: https://cran.r-project.org/web/checks/check_results_pillar.html
- [x] WARN: r-release-macos-arm64: Insufficient pandoc version

0 comments on commit 231e398

Please sign in to comment.