Skip to content

Cubist 0.6.0

Latest

Choose a tag to compare

@topepo topepo released this 03 Mar 15:30
2296045
  • 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() and warning() to cli's cli_abort() and cli_warn() for improved error messages with better formatting and context.

  • Fixed compiler warnings for unused variables in C source code.