v0.1.10
insights-engineering-bot
released this
13 Oct 00:01
·
200 commits
to main
since this release
New Features
- Lab normal range and
LOQs
horizontal line feature ing_spaghettiplot
,g_boxplot
andg_correlationplot
.
Breaking Changes
- Allow arbitrary horizontal line arguments in
g_spaghettiplot
,g_boxplot
,g_density_distribution_plot
andg_correlationplot
and vertical line arguments ing_correlationplot
. This functionality has changed the arguments required to use the functions:hline
replaced byhline_arb
,hline_arb_color
andhline_arb_label
in the above functions.vline
replaced byvline_arb_var
,vline_arb_color
andvline_arb_label
ing_correlationplot
.
Miscellaneous
- Updated
LICENCE
andREADME
with new package references. - Updated examples and documentation using
scda
synthetic data instead ofrandom.cdisc.data
. - Added
error_on_lint: TRUE
to.lintr
.