Releases: topepo/Cubist
Releases · topepo/Cubist
Release list
Cubist 0.6.0
-
A new control option,
strip_time_stamps, is used to remove date/time and duration information for better reproducability. (#63) -
An error is thrown if a data or data/time column is passed.
-
Switched from base R
stop()andwarning()to cli'scli_abort()andcli_warn()for improved error messages with better formatting and context. -
Fixed compiler warnings for unused variables in C source code.
Cubist 0.5.1
- Big fixed related to how rule values are formatted. (#59)
Cubist 0.5.0
- Updated C code to stop overwriting keyword symbols.
Cubist 0.4.4
-
Fixed two issues in the vignette.
-
vignette now uses
rules::tidy()instead oftidyrules:: tidyRules()
Cubist 0.4.0
- Build configuration changes for Windows