Skip to content

Releases: topepo/Cubist

Cubist 0.6.0

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.

Cubist 0.5.1

Choose a tag to compare

@topepo topepo released this 25 Oct 12:59
722cc1e
  • Big fixed related to how rule values are formatted. (#59)

Cubist 0.5.0

Choose a tag to compare

@topepo topepo released this 04 Apr 19:10
04e5904
  • Updated C code to stop overwriting keyword symbols.

Cubist 0.4.4

Choose a tag to compare

@topepo topepo released this 02 Jul 12:51
  • Fixed two issues in the vignette.

  • vignette now uses rules::tidy() instead of tidyrules:: tidyRules()

Cubist 0.4.0

Choose a tag to compare

@topepo topepo released this 07 Feb 00:51
bbbbeed
  • Build configuration changes for Windows

Cubist 0.2.40

Choose a tag to compare

@topepo topepo released this 10 May 17:42
70c05f2

Initial release