Skip to content

v0.0.26

Compare
Choose a tag to compare
@walkowif walkowif released this 02 Jul 10:55
· 3 commits to main since this release

Enhancements

  • Added facet_var to g_lineplot to allow plot faceting by a factor variable.
  • Updated g_lineplot legend to follow factor levels set by users.
  • Added examples and tests for label_all parameter to extract_survival_biomarkers and extract_survival_subgroups.
  • Added the xticks, xlim, and ylim arguments to g_lineplot to allow for customization of the x and y axes.

Bug Fixes

  • Fixed bug in s_ancova that prevented statistics from being printed when arm levels include special characters.
  • Fixed 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 to tabulate_survival_biomarkers and tabulate_survival_subgroups, with redirection to the same parameter in their associated extract_* functions.