v0.6.8 CRAN
New Features
- Add support for
truetypefonts based onformattersversion>= 0.5.8. Nearly all functions related to pagination or export now acceptfontspecargument and pass it around accordingly, by @gmbecker. - Core splitting machinery can now be overridden in column space via
make_split_funprovided thatcore_splitassociates the generated facets with subsetting expressions. Subsetting expressions remain unnecessary for splits in row space. By @gmbecker. - ValueWrapper objects now carry around subsetting expressions for use during tabulation, by @gmbecker.
make_split_res,add_to_split_resultnow accept a list of subsetting expressions which will be attached to the values, by @gmbecker.- New
value_exprinternal getter and setter methods, by @gmbecker. - All tables are now guaranteed to have fully path-traversable column structures (all facets in column space uniquely reachable via pathing) @gmbecker.
- Display of higher order (non-leaf) column counts is now supported (#135) @gmbecker.
- Column count visibility and format can be set independently for each block of sibling facets (#752) @gmbecker.
split_cols_by*functions now acceptshow_colcountsandcolcount_formatarguments.- New (column-) path based
colcount_visiblegetter and setter for changing column count visibility in an already built table @gmbecker. - New (column-) path based
facet_colcountgetter and setter column count value at arbitrary point in column structure of built table @gmbecker. - New
facet_colcounts_visiblesetter to conveniently set the column count visibility of a set of sibling facets in column space - New
rm_all_colcountsconvenience function for turning off visibility all column counts throughout the column structure @gmbecker.
Bug Fixes
- Fixed bug in
as_htmlpreventing indentation from being applied inVieweroutput. col_counts<-andcol_total<-methods now explicitly convertvalueto integer, by @gmbecker.col_gapis now respected innlinesrow methods, and thus bymake_row_df, by @gmbecker.
Miscellaneous
- Added
lifecyclebadge files for deprecated documentation. - Deprecated the
gapandcheck_headersarguments torbindl_rtablesusinglifecycle.
What's Changed
- Fix bug removing indentation in
as_htmlby @edelarua in #862 - Workflow propagation by @walkowif in #840
- Update contact email in CODE_OF_CONDUCT.md by @martincadek in #860
- Add lifecycle deprecation badges/warnings by @edelarua in #867
- Changes from external PR for truetype font by @gmbecker in #875
- Bumps
{rmarkdown}minimal version by @averissimo in #869 - Revert spilled documentation modification by @averissimo in #882
- 872 as html fix@main by @ayogasekaram in #873
- Support display of higher-level ns by @gmbecker in #876
- update deps, [skip vbump] by @shajoezhu in #884
New Contributors
- @martincadek made their first contribution in #860
Full Changelog: v0.6.7...v0.6.8