Skip to content

Commit

Permalink
Merge pull request #530 from ropensci/develop
Browse files Browse the repository at this point in the history
Update NEWS.md
  • Loading branch information
michaelquinn32 authored Nov 12, 2019
2 parents 046fcf8 + 4784c57 commit c7514b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ displayed digits by adding the `skimr_digits` option to your code chunk.
completely made up of white space.
* We now export `skim_without_charts()` as a fallback for when unicode support
is not possible.
* While `print()` for `skimr` objects mostly wraps the tibble print methods,
we have added an option for removing tibble metadata. It's on by default.
Set `options(skimr_strip_metadata = FALSE)` to include the tibble metdata
when printing.

### BUG FIXES

Expand Down

0 comments on commit c7514b9

Please sign in to comment.