v0.1.10
insights-engineering-bot
released this
13 Oct 00:01
·
288 commits
to main
since this release
New Features
- Lab normal range and
LOQs
horizontal line feature intm_g_gh_spaghettiplot
,tm_g_gh_boxplot
andtm_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
andtm_g_gh_correlationplot
and vertical line arguments intm_g_gh_correlationplot
. This functionality has changed the arguments required to use the modules:hline
replaced byhline_arb
,hline_arb_color
andhline_arb_label
in the above modules.vline
replaced byvline_arb_var
,vline_arb_color
andvline_arb_label
intm_g_gh_correlationplot
.
Bug Fixes
- Fixed bug in
tm_g_gh_boxplot
module that always used theAVISITCD
variable as theVisit
Column of the table.
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
. - Replaced
tidyr
'sgather
andspread
withpivot_wider
andpivot_longer
in package.