v0.6.8 CRAN
insights-engineering-bot
released this
20 Jun 16:05
·
68 commits
to main
since this release
New Features
- Add support for
truetype
fonts based onformatters
version>= 0.5.8
. Nearly all functions related to pagination or export now acceptfontspec
argument and pass it around accordingly, by @gmbecker. - Core splitting machinery can now be overridden in column space via
make_split_fun
provided thatcore_split
associates 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_result
now accept a list of subsetting expressions which will be attached to the values, by @gmbecker.- New
value_expr
internal 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_colcounts
andcolcount_format
arguments.- New (column-) path based
colcount_visible
getter and setter for changing column count visibility in an already built table @gmbecker. - New (column-) path based
facet_colcount
getter and setter column count value at arbitrary point in column structure of built table @gmbecker. - New
facet_colcounts_visible
setter to conveniently set the column count visibility of a set of sibling facets in column space - New
rm_all_colcounts
convenience function for turning off visibility all column counts throughout the column structure @gmbecker.
Bug Fixes
- Fixed bug in
as_html
preventing indentation from being applied inViewer
output. col_counts<-
andcol_total<-
methods now explicitly convertvalue
to integer, by @gmbecker.col_gap
is now respected innlines
row methods, and thus bymake_row_df
, by @gmbecker.
Miscellaneous
- Added
lifecycle
badge files for deprecated documentation. - Deprecated the
gap
andcheck_headers
arguments torbindl_rtables
usinglifecycle
.
What's Changed
- Fix bug removing indentation in
as_html
by @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