v0.6.1 - CRAN
- Improved resilience of pagination machinery (
paginate_table
) by generalizing parameters' defaults (cpp
,lpp
, andfont_size
). - Moved
export_as_txt
toformatters
. Added to reexports. - Migrated
export_as_rtf
toformatters
. Not re-exported. - add
r2rtf
to Suggests - pagination logic has been migrated completely (excepting page_by splits) to
formatters
and is now invoked from there. paginate_table remains as a convenience function. - Removed warning in
str
method when called upon table objects. - Provide
str
method forVTableTree
objects with a defaultmax.level
of 3, as the infinite default from base is not
useful or informative. - default
font_size
value is now8
across pagination and export machinery margins
argument in pagination and export machinery now (correctly) interpreted as inches. This change is inherited fromformatters
lpp
andcpp
now default toNA_integer_
, which is interpreted as inferring their value from the physical page size specified.- Horizontal pagination now occurs by default due to the above (because there is a default page type -
"letter"
. Pagination can still be turned off in either direction by settingl/cpp
toNULL
explicitly. - Referential footnotes now have both a
symbol
and anindex
. Messages associated with symbols will only appear once per page in the footer materials regardless of number of elements referenced in the page with that symbol. Matches and inherits from changes informatters
- Started deprecation cycle for
trim_zero_rows
. - Fixed bug occurring when extracting
cell_values
after sorting. - Removed deprecated function
vpaginate_table
. - Added examples and details for
sort_at_path
. - Added
split_label
to functionsplit_rows_by_multivar
andextra_args
to functionsplit_cols_by_multivar
. - Added
split_rows_by_multivar
documentation.
What's Changed
- bump devel version by @gmbecker in #564
- Add
split_rows_by_multivar
documentation by @edelarua in #573 - Add split_label to rows_by_multivar, extra_args to both multivar by @gmbecker in #576
- Fix bad badge by @cicdguy in #578
sort_at_path
example and details by @Melkiades in #560- Remove deprecated function
vpaginate_table
by @edelarua in #586 - Connect
custom_split_funs
documentation by @edelarua in #584 - Fix bug in
sort_at_path
by @edelarua in #589 - add regression test for fix to #588 by @gmbecker in #590
- Start deprecation cycle for
trim_zero_rows
by @edelarua in #585 - Adding gitlab pipeline by @arkadiuszbeer in #592
- Add tests for
count_wpcts
by @edelarua in #593 - Add test for
spl_variable
by @edelarua in #595 - Add test for
export_as_rtf
by @edelarua in #594 - Add a releaser workflow by @cicdguy in #601
- Workflow updates by @walkowif in #605
- Fix CRAN oldrel windows failure by changing tests by @gmbecker in #609
- Fix various issues for the str method for VTableTree by @gmbecker in #615
- fixing vbump for tern by @Melkiades in #619
- Automated version bumping by @cicdguy in #621
- Update token name by @walkowif in #626
- Fixes for exporter pagination migration by @Melkiades in #631
- Drafing NEWS file by @Melkiades in #639
- Fix font_size default. add r2rtf to Suggests. vbump. NEWS by @gmbecker in #641
New Contributors
Full Changelog: v0.6.0...v0.6.1