v0.6.7 cran
New Features
- Added
top_level_section_divforbasic_tableto set section dividers for top level rows. - Added
keep_label_rowstoas_result_dfto have these lines visible. sort_at_pathnow gives informative error messages when the given path does not exist.
Bug Fixes
- Fixed
rlistingsdecoration (e.g. titles and footers) expansion when there are new lines. Moved relevant handling fromrtables'matrix_formfunction toformatters' dedicatedmform_handle_newlinesfunction. - Fixed issue with
rtables_rootnot being removed when usingas_result_df. - Fixed edge case bug in
as_result_dfwhere rows of the table have only"root"as path index. - Fixed
sort_at_pathpathing to ignore leading"root"element (regardless of actual root element name) to match currenttt_at_pathbehavior. - Fixed
section_divfor analysis of multiple variables (AnalyzeMultiVars). - Fixed mismatch between indentation declared in row info (
mf_rinfo(mf)) and actual selected indentation frommatrix_form(mf, indent_rownames = FALSE).
Miscellaneous
- Removed deprecated functions
add_analyzed_varandtrim_zero_rows.
What's Changed
- Workflow propagation by @walkowif in #806
- Addition of top level divisor by @Melkiades in #796
value_formatsaddition to vignette and docs by @Melkiades in #811- Design cheatsheet by @edelarua in #807
- Moved relevant decoration expansion into formatters for rlistings fix by @Melkiades in #814
- update deps of roxygenize hook by @pawelru in #821
- Set default landing page for pkgdown docs to
latest-tagby @cicdguy in #823 - Propagate files from insightsengineering/.github by @insights-engineering-bot in #824
- [skip actions] Propagate files from insightsengineering/.github by @insights-engineering-bot in #825
- fix
as_result_dffor nestedrbindby @Melkiades in #818 - hotfix for
as_result_dfedge case by @Melkiades in #829 - fix sort behavior for root, add useful error, docs and tests by @gmbecker in #817
- Fix "vals" typo by @edelarua in #831
- options for strict tests; few enhancements by @pawelru in #820
- Add cheatsheet and more videos to README by @edelarua in #837
- Fix
section_divin case of multiple var analyzed (AnalyzeMultiVars) by @Melkiades in #836 - fix verdepcheck by @pawelru in #841
- Clean up documentation by @edelarua in #849
- Fix row info when indentation is
FALSEinmatrix_formby @Melkiades in #853 - update description and news, [skip vbump] by @shajoezhu in #857
New Contributors
- @insights-engineering-bot made their first contribution in #824
Full Changelog: v0.6.6...v0.6.7