v0.5.6 cran
insights-engineering-bot
released this
15 Apr 07:38
·
59 commits
to main
since this release
- 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 fixinginsightsengineering/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, andtoString
. - 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 inbasic_matrix_form
. - Allowed tables with content rows in the end be exported.
- Moved new line expansion for decorations from
rtables
'matrix_form
toformatters
' constructorMatrixPrintForm
so to cover alsorlistings
. - 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 onlyMatrixPrintForm
).
What's Changed
- Workflow propagation by @walkowif in #239
- Add "N=xx" format to exactly match FDA example shells, with test updates by @gmbecker in #241
- snapshot fix for new format by @Melkiades in #245
- allow content row in the end by @clarkliming in #226
- Fix of newlines in footers; towards fixing pagination for rlistings by @Melkiades in #246
- Fix bug in
format_value
causing warning for NAs by @edelarua in #250 - fix deps of roxygenize pre-commit hook by @pawelru in #254
- Fix pkgdown redirect by @vedhav in #256
- Propagate files from insightsengineering/.github by @insights-engineering-bot in #257
- [skip actions] Propagate files from insightsengineering/.github by @insights-engineering-bot in #258
- Fix oneliner error and addition of
basic_listing_mf
for testing by @Melkiades in #260 - strict options in tests; few minor enhancements by @pawelru in #253
- add page number by @clarkliming in #227
- Fix var labels when named by @Melkiades in #263
- Verdepcheck fixes by @pawelru in #267
- Add code of conduct by @martincadek in #268
- Workflow propagation by @walkowif in #266
- Support pagination of lists of rtables/rlistings objects by @edelarua in #213
- Hot-fix for list pagination for {rtables} tests by @Melkiades in #273
- Clean up documentation by @edelarua in #272
- Add installation instructions by @cicdguy in #274
- Adding more details to test mock examples by @Melkiades in #276
- update version number to 0.5.6, preping for cran release [skip vbump] by @shajoezhu in #275
New Contributors
- @clarkliming made their first contribution in #226
- @vedhav made their first contribution in #256
- @martincadek made their first contribution in #268
Full Changelog: v0.5.5...v0.5.6