You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.