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 Apr 26, 2022
1 parent 211e4d8 commit 739218c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 20 deletions.
19 changes: 6 additions & 13 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,19 @@

# tibble 3.1.7

- Same as previous version.
## Breaking change

- `trunc_mat()` now returns a value with a different structure. This is considered an implementation detail that can change in the future, do not rely on it. The only guarantee is that calling `print()` will display the input like a tibble (#1059).

# tibble 3.1.6.9002
## Documentation

- Avoid listing `dim_desc()` in reexports.
- Require rlang 1.0.1 and pillar 1.7.0 (#1063).
- Add more examples for data frame and matrix columns (#978, #1012).
- Prefer `class` over `.subclass` in `rlang::error_cnd()` (#1015, #1060).
- `trunc_mat()` now returns a value with a different structure. This is considered an implementation detail that can change in the future, do not rely on it. The only guarantee is that calling `print()` will display the input like a tibble (#1059).


# tibble 3.1.6.9001

- Same as previous version.


# tibble 3.1.6.9000
## Internal

- Same as previous version.
- Require rlang 1.0.1 and pillar 1.7.0 (#1063).
- Prefer `class` over `.subclass` in `rlang::error_cnd()` (#1015, #1060).


# tibble 3.1.6
Expand Down
10 changes: 3 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@ tibble 3.1.7

## 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.3
- [ ] Checked on CI system, R 4.2.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.2.0
- [x] Checked on win-builder, R devel

## Current CRAN check results

Expand Down

0 comments on commit 739218c

Please sign in to comment.