Skip to content

v0.1.10

Compare
Choose a tag to compare
@insights-engineering-bot insights-engineering-bot released this 13 Oct 00:01
· 288 commits to main since this release
3599099

New Features

  • Lab normal range and LOQs horizontal line feature in tm_g_gh_spaghettiplot, tm_g_gh_boxplot and tm_g_gh_correlationplot.

Breaking Changes

  • Allow arbitrary horizontal line arguments in tm_g_gh_spaghettiplot, tm_g_gh_boxplot, tm_g_gh_density_distribution_plot and tm_g_gh_correlationplot and vertical line arguments in tm_g_gh_correlationplot. This functionality has changed the arguments required to use the modules:
    • hline replaced by hline_arb, hline_arb_color and hline_arb_label in the above modules.
    • vline replaced by vline_arb_var, vline_arb_color and vline_arb_label in tm_g_gh_correlationplot.

Bug Fixes

  • Fixed bug in tm_g_gh_boxplot module that always used the AVISITCD variable as the Visit Column of the table.

Miscellaneous

  • Updated LICENCE and README with new package references.
  • Updated examples and documentation using scda synthetic data instead of random.cdisc.data.
  • Added error_on_lint: TRUE to .lintr.
  • Replaced tidyr's gather and spread with pivot_wider and pivot_longer in package.