v0.6.3 CRAN
insights-engineering-bot
released this
30 Aug 22:49
·
201 commits
to main
since this release
New Features
- Analysis functions (
cfun/afun
) can use new parameters to extend analysis calculations:.alt_df_row
and.alt_df
give access toalt_counts_df
across columns, while.all_col_exprs
and.all_col_counts
contains global information about all columns. - Binding objects via
rbind
will retain titles/footer information if identical in all objects or only present in the first object being bound.
Enhancements
- Analysis functions (
cfun/afun
) have more information about current column split;.spl_context
has access tocur_col_id
,cur_col_expr
,cur_col_split
, andcur_col_split_val
. - Added vignette on exploratory analysis with
qtable
. - Extracted
qtable_layout
fromqtable
.
Bug Fixes
- Page-by splits which generate zero facets (and thus tables which would have zero pages when rendered) now throw an informative error at table build time.
- Removed superfluous warning which arose for custom split functions when reference group is is set (#707 (comment)).
- Fixed
qtable
labeling viarow_labels
(#698). - Error catching and test coverage for cases where
alt_counts_df
presents different splits fromdf
.
Miscellaneous
- Cleaned up spelling in documentation (#685)
- Custom appearance vignette updated with decimal alignment support.
- Alignment checks have been moved into
formatters
:formatters::check_aligns
superseded internal functionchk_rtables_align
andformatters::list_valid_aligns
supersededrtables_aligns
.
What's Changed
- reduce the amount of spelling issues / WORDLIST by @m7pr in #685
- Fixes to various row_labels situations with tests. by @gmbecker in #700
- adding col split names and paths clearly to
.spl_context
by @Melkiades in #665 - Error at table build time when page-by splits generate zero facets. by @gmbecker in #712
- Integrate support for decimal alignment tests by @Melkiades in #680
- 707 squash bad warning by @gmbecker in #718
- Minor docs update for qtable. by @anajens in #714
- Keep annotations when rbinding two tables by @edelarua in #602
- Close #695: Add qtable vignette. by @anajens in #697
- linking main_footer documentation from formatters. by @ayogasekaram in #724
- Organize vignettes, update site template by @edelarua in #725
- Catching errors for mismatches in alt_counts_df splits by @Melkiades in #721
- vbump 0.6.3, [skip vbump] by @shajoezhu in #726
New Contributors
Full Changelog: v0.6.2...v0.6.3