Skip to content

v0.8.3

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jun 07:50
· 344 commits to main since this release
c69a6f7

Enhancements

  • Added explicit zero counts to g_km plot "at risk" annotation tables.
  • Added a flag for total level split in analyze_patients_exposure_in_cols.
  • Implemented .indent_mods argument in functions h_tab_one_biomarker, h_tab_rsp_one_biomarker, h_tab_surv_one_biomarker, summarize_logistic, logistic_summary_by_flag, tabulate_rsp_biomarkers, a_coxreg, summarize_coxreg, tabulate_survival_biomarkers, surv_time, surv_timepoint, and cfun_by_flag.
  • Updated summarize_coxreg to print covariates in data rows for univariate Cox regression with no interactions and content rows otherwise.
  • Removed "baseline status" text from d_count_abnormal_by_baseline labels.
  • Improved default sizing of annotation tables in g_km and added dynamic scaling of the surv_med and coxph annotation tables, with customization via the width_annots argument.

Bug Fixes

  • Fixed bug in split_text_grob preventing titles and footnotes from being properly formatted and printed by decorate_grob.
  • Fixed bug in g_lineplot preventing lines from being added to the plot when midpoint statistic calculations result in NA value(s).
  • Fixed tern:::tidy.glm formals to respect broom:::tidy.default formals.

Miscellaneous

  • Remove examples for unexported functions.
  • Export functions has_count_in_cols, has_counts_difference, combine_counts, h_tab_rsp_one_biomarker, arrange_grobs, a_count_patients_sum_exposure, a_coxreg, groups_list_to_df, forest_viewport.
  • Updated README to include installation instructions for CRAN.
  • Began deprecation of indent_mod argument and replace it with the .indent_mods argument in summarize_num_patients and analyze_num_patients.

What's Changed

Full Changelog: v0.8.1...v0.8.3