v0.9.5 cran
insights-engineering-bot
released this
21 Jun 05:49
·
81 commits
to main
since this release
Enhancements
- Added
facet_var
tog_lineplot
to allow plot faceting by a factor variable. - Added examples and tests for
label_all
parameter toextract_survival_biomarkers
andextract_survival_subgroups
. - Added the
xticks
,xlim
, andylim
arguments tog_lineplot
to allow for customization of the x and y axes. - Updated
g_lineplot
legend to follow factor levels set by users.
Bug Fixes
- Fixed a bug in
s_ancova
that prevented statistics from being printed when arm levels include special characters. - Fixed a bug in
decorate_grob
that prevented the right margins to be respected when adding title and footers decorations.
Miscellaneous
- Began deprecation of the unused
label_all
parameter totabulate_survival_biomarkers
andtabulate_survival_subgroups
, with redirection to the same parameter in their associatedextract_*
functions.
What's Changed
- Fix documentation for the
label_all
argument ofextract_*
functions by @edelarua in #1232 - Manually specify shapes within
g_lineplot
when >6 group levels exist by @edelarua in #1234 - update g_lineplot code to handle special characters by @ayogasekaram in #1230
- Add revdepcheck configuration by @walkowif in #1228
- Fix bug in
s_ancova
when arm levels include special characters by @edelarua in #1242 - Fix indentation in functions that use
matrix_form
by @edelarua in #1239 - Add
xticks
,xlim
, andylim
arguments tog_lineplot
by @edelarua in #1244 - fix decorate grob vp widths for titles and footers when right margin is present by @Melkiades in #1245
- Truetype pagination PR check by @gmbecker in #1250
- testing for rtables higher level ns PR by @gmbecker in #1251
- prep for 0.9.5 [skip vbump] by @shajoezhu in #1253
New Contributors
Full Changelog: v0.9.4...v0.9.5