Skip to content

v0.9.0 cran

Compare
Choose a tag to compare
@insights-engineering-bot insights-engineering-bot released this 26 Feb 01:36
· 127 commits to main since this release
c2db189

Breaking Changes

  • Adapted all modules to use teal_data objects.
  • Module arguments that previously accepted inputs from teal.transform::choices_selected() or teal.transform::data_extract_spec() now only accept input from teal.transform::choices_selected(). The affected modules are: tm_a_gee, tm_a_mmrm, tm_g_ci, tm_g_forest_rsp, tm_g_forest_tte, tm_g_ipp, tm_g_km, tm_g_lineplot, tm_g_pp_adverse_events, tm_g_pp_patient_timeline, tm_g_pp_therapy, tm_g_pp_vitals, tm_t_abnormality, tm_t_abnormality_by_worst_grade, tm_t_ancova, tm_t_binary_outcome, tm_t_coxreg, tm_t_events, tm_t_events_by_grade, tm_t_events_patyear, tm_t_events_summary, tm_t_exposure, tm_t_logistic, tm_t_mult_events, tm_t_pp_basic_info, tm_t_pp_laboratory, tm_t_pp_medical_history, tm_t_pp_prior_medication, tm_t_shift_by_arm, tm_t_shift_by_arm_by_worst, tm_t_shift_by_grade, tm_t_smq, tm_t_summary, tm_t_summary_by, and tm_t_tte

Enhancements

  • Updated the documentation and vignettes to demonstrate method to pass teal_data object to teal::init().
  • Added parameter sort_freq_col to tm_t_events to allow the user to select column to use when sorting by decreasing frequency.
  • Added parameter incl_overall_sum to tm_t_events to allow the user to choose whether overall summary rows are included at the top of the table.
  • Updated the documentation and vignettes to demonstrate method to pass teal_data object to teal::init().
  • Added default_total_label and set_default_total_label functions to get and set default total column label (total_label) for modules.
  • Implemented tern::default_na_str and tern::set_default_na_str functions to get and set default missing value replacement string (na_level) for modules.

Bug fixes

  • Fixed bug in tm_g_lineplot forcing module to initialize with a table.

Miscellaneous

  • Deprecated the aval argument in tm_t_pp_laboratory and tm_g_pp_vitals and replaced it with the aval_var argument.
  • Deprecated the avalu argument in tm_t_pp_laboratory and replaced it with the avalu_var argument.
  • Deprecated the base_var argument in tm_g_ipp, tm_t_shift_by_arm, and template_shift_by_arm_by_worst and replaced it with the baseline_var argument.
  • Specified minimal version of package dependencies.
  • Replaced usage of deprecated summarize_vars function with analyze_vars.
  • Reduced package dependencies (removed tidyr, rlang, magrittr and styler).

What's Changed

New Contributors

Full Changelog: v0.8.16...v0.9.0