Skip to content

v0.1.16

Latest
Compare
Choose a tag to compare
@insights-engineering-bot insights-engineering-bot released this 14 Aug 13:46
· 66 commits to main since this release
849b011
  • Removed scda package dependency from examples.
  • Fixed crash in tm_g_heat_bygrade when not plotting Conmed.
  • Added validation to tm_g_spiderplot.R that checks if there are duplicates in X and Y facet variables.
  • Improved input validation and used the teal::validate_inputs mechanism to send validation messages to the output panel.
  • Removed purrr from dependencies.
  • Added argument checks to tm_g_patient_profile.

Breaking changes

  • Replaced chunks with simpler qenv class.
  • In all tm_xyz_srv modules datasets argument containing FilteredData have been replaced with the new argument data (tdata object) and filter_panel_api (FilterPanelAPI).
  • Updated arm_var to point to the factor column in ANL. It can't be a character column anymore.
  • Removed redundant formal arguments from tm_g_patient_profile.

What's Changed

New Contributors

Full Changelog: v0.1.15...v0.1.16