Skip to content

Commit

Permalink
Document removal of grouped_df class, closes #535
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 26, 2018
1 parent 0a3da20 commit d95a6ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Expand Up @@ -30,6 +30,8 @@ The `tibble()` and `as_tibble()` functions, and the low-level `new_tibble()` con

Call `pkgconfig::set_config("tibble::rownames", NA)` to revert to the old behavior of keeping row names. Packages that import _tibble_ can call `set_config()` in their `.onLoad()` function (#114).

- `as_tibble()` drops extra classes, in particular `as_tibble.grouped_df()` now removes grouping (#535).

- `column_to_rownames()` now always coerces to a data frame, because row names are no longer supported in tibbles (#114).

- In all `*_rownames()` functions, the first argument has been renamed to `.data` for consistency (#412).
Expand Down

0 comments on commit d95a6ca

Please sign in to comment.