Major changes
-
The source code now uses the
tidyverse
code style. -
Power transformation is now handled by the
power.transform
package. This package replaces the internal routines that were previously used.
Future deprecation
-
Functionality reliant on the
mboost
,VGAM
orqvalue
packages will be deprecated in version 2.0.0. -
count
outcome types will be deprecated by merging intocontinuous
outcome type, starting version 2.0.0.
Bug fixes
-
Prevent errors due to parsing columns called
else
,for
,function
,if
,in
, orwhile
. -
Presence of features with integer values no longer lead to rare errors during evaluation.
-
The main panel for composite plots (e.g. calibration plots, Kaplan-Meier curves) is no longer of fixed width when title or subtitles are present.
-
Thresholds for clustering with correlation-based metrics are now computed correctly.