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 Feb 1, 2022
1 parent eaf716a commit c914502
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 23 deletions.
27 changes: 8 additions & 19 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,23 @@

# pillar 1.7.0

- Same as previous version.


# pillar 1.6.5.9004
## Breaking changes

- `colonnade()` is now soft-deprecated (#485).
- `expect_known_display()` and `is_vector_s3()` are now deprecated (#460, #501).
- `new_pillar()` deprecates `extra` argument (#497).

## Features

# pillar 1.6.5.9003

- `new_pillar()` loses `extra` argument, it is no longer supported (#497).
- `colonnade()` is soft-deprecated (#485).


# pillar 1.6.5.9002

- Pillars use only as much width as required when printing (#484).
- Focus columns specified via the `focus` argument to `tbl_format_setup()` are kept in their original place and shown with the maximum width and with the "type" component underlined (#465).

## Bug fixes

# pillar 1.6.5.9001

- Update `s3_register()` to use new implementation from rlang (#462).

- Update `s3_register()` to use new implementation from rlang, this fixes CRAN checks related to `scale_type()` (#462).

# pillar 1.6.5.9000
## Internal

- Same as previous version.
- Single pillars constructed with `pillar()` use only as much width as required when printing (#484).


# pillar 1.6.5
Expand Down
6 changes: 2 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ pillar 1.7.0
## R CMD check results

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

## Current CRAN check results

Expand Down

0 comments on commit c914502

Please sign in to comment.