Skip to content

v0.5.6 cran

Compare
Choose a tag to compare
@insights-engineering-bot insights-engineering-bot released this 15 Apr 07:38
· 59 commits to main since this release
c9ac9b2
  • Added "N=xx" format and unit test for it.
  • Added error catch for \r recursive special character.
  • Fixed pagination unexpected counts for rlistings' pagination by removing the manual subsetting workaround and fixing insightsengineering/rlistings#155.
  • Fixed mismatch between pagination and exports regarding the value assigned to parameter max_width. Introduced general handler .handle_max_width for pagination, exports, and toString.
  • Fixed bug in format_value causing a warning for vectors containing both NA and non-NA values.
  • Fixed issue with var_label assignment that needed to be of non-named strings.
  • Included indentation and split rows with their LabelRow assignment in basic_matrix_form.
  • Allowed tables with content rows in the end be exported.
  • Moved new line expansion for decorations from rtables' matrix_form to formatters' constructor MatrixPrintForm so to cover also rlistings.
  • Improved relevant information feedback during pagination.
  • Updated export_as_txt to allow lists of tables/listings as input. This enables listing pagination with pages by parameter.
  • Removed the possibility of setting min_siblings > 0 when dealing with listings. This allows smooth pagination when there are only 2 lines.
  • Removed redundant references to matrix_print_form constructor (now only MatrixPrintForm).

What's Changed

New Contributors

Full Changelog: v0.5.5...v0.5.6