Skip to content

Commit

Permalink
Add list of breaking changes to CRAN comments (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpghayes authored Jul 16, 2018
2 parents bede9ba + e161674 commit 5bf2322
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# release summary

broom 0.5.0 is a major new release featuring breaking changes. The main changes are:
broom 0.5.0 is a major new release featuring breaking changes. The main breaking changes are:

- All tidying methods now return tibbles rather than data frames for cleaner print methods and more consistent behavior.
- Methods for tidying data frames, matrices, and vectors have been deprecated, in favor of other packages such as tibble.
- The bootstrap function has been deprecated in favor of the rsample package.

Other major improvements include:

- All tidying methods now return tibbles for cleaner print methods and more consistent behavior
- A new test suite
- A new roxygen2 template based system for documentation
- Several new tidying methods and vignettes
Expand Down

0 comments on commit 5bf2322

Please sign in to comment.