-
There are new options for numeric formatting: (1) using significant figures (with
n_sigfig
infmt_number
), and (2) the ability to retain/drop trailing decimal marks (withdrop_trailing_dec_mark
infmt_number()
,fmt_percent()
, andfmt_currency()
). Thank you @drolejoel for the suggestion in #535! (#546). -
The new
scale_values
argument forfmt_percent()
makes it easy to use values that are already scaled (and just require the percent mark). Thank you @djohn215 for the suggestion in #559. (#565) -
Restore the ability to have row striping in stub cells (with
tab_option()
'srow.striping.include_stub = TRUE
). Thanks @gergness for creating PR #537, which prompted this final fix. (#564)
-
summary_rows()
andgrand_summary_rows()
no longer incorrectly calculate summary values in cases where rows aren't already sorted by group (#556). -
Ensure compatibility with tibble 3.0.0. (#557)
-
Adapt tests to changes in dependent packages. (#575)
- New package with 80 exported functions for building display tables