v0.5.2 CRAN
insights-engineering-bot
released this
25 Aug 11:42
·
140 commits
to main
since this release
paginate_to_mpfs
can handle single column tables and listings.- Added decimal alignment support with
decimal
,dec_right
, anddec_left
. - Updated
export_as_txt
to passrep_cols
argument to pagination function. - Added
list_valid_aligns()
that lists the available alignments. - Set default values for
na_str
andalign
toNULL
in the format configuration functionfmt_config
. - Fixed a bug that threw warning when
prov_footer
length is greater than1
insightsengineering/rtables#705
.
What's Changed
- 447 remove formatters from teal packages by @m7pr in #183
- Decimal Alignment main by @Melkiades in #173
- add rep_cols argument to export_as_txt by @ayogasekaram in #186
- 188 single col fix@main by @ayogasekaram in #190
- Workflow propagation by @walkowif in #189
- Fix bug that threw warning when prov_footer len > 1 (rtables#705) by @gmbecker in #192
- 194 main footer documentation@main by @ayogasekaram in #195
- prep for cran release, tag to 0.5.2, [skip vbump] by @shajoezhu in #191
New Contributors
- @ayogasekaram made their first contribution in #186
Full Changelog: v0.5.1...v0.5.2