Skip to content

v0.8.14

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Oct 01:26
· 475 commits to main since this release
bdc9683

Enhancements

  • Updated all synthetic data for tests to version rcd_2022_02_28.
  • Reverted missing data checkbox in tm_t_summary (encoding and filtering should be separate).
  • Implemented a new widget that allows dragging and dropping to select comparison groups.
  • Added the teal.reporter functionality to all modules.
  • Enhanced the tm_t_pp_medical_history module to use the table_with_settings module and return an rtables object.
  • Implemented nestcolor in examples, refactored tm_g_barchart_simple to allow use of nestcolor.
  • Added more descriptive title/labels and visit name subtitle to tm_g_ci.
  • Updated tm_a_mmrm column name when deselecting treatment from "all obs" to "All Patients", added subtitles and footnotes.
  • Added a title and parameter category subtitle to tm_t_exposure, cleaned up labels.
  • Added titles and worse flag variable subtitles to tm_t_shift_by_grade and tm_t_shift_by_arm_by_worst.
  • Added a footnote to tm_t_events_patyear with CI method.
  • Added a subtitle and footnotes to tm_g_km.
  • Added Stratified Analysis CI method option panel to tm_t_binary_outcome.
  • Added validation for covariate/visit conflicts to tm_a_mmrm.
  • Remove unnecessary brackets from header in tm_t_exposure.
  • Hid footnotes in tm_g_km and tm_t_tte when "Compare Treatments" is off.

Bug fixes

  • Fixed bug in tm_g_barchart_simple which prevented graph from showing.
  • Fixed broken example for tm_t_abnormality_by_worst_grade.
  • Fixed bug in tm_a_mmrm which prevented table headers from displaying.
  • Fixed bug in tm_g_forest_rsp when deselecting endpoint.
  • Fixed bug in tm_t_binary_outcome that crashed the app when deselecting all paramcd.
  • Fixed teal.reporter card names for tm_t_smq.
  • Fixed bug in tm_t_shift_by_arm_by_worst by adding validations for choosing different endpoint values.
  • Fixed bug in tm_t_coxreg preventing footnotes from displaying for univariate models.

Miscellaneous

  • Added nestcolor dependency and replaced deprecated function tern::color_palette with nestcolor::color_palette.

What's Changed

New Contributors

Full Changelog: v0.8.13...v0.8.14