Skip to content

healthyR.ts 0.3.1

Latest
Compare
Choose a tag to compare
@spsanderson spsanderson released this 13 Oct 12:09

Breaking Changes

  1. Fix #509 - Drop invisible returns.

New Features

None

Minor Fixes and Improvements

    1. Fix #511 - Fix a bug in ts_random_walk() that would generate 3 runs when run was
      set to less than 2.
  1. #518 - Fix ts_qq_plot() - Add color and alpha to the output.
  2. #516 - Fix ts_vva_plot() - Correct to add cumsum of the passed value and correct
    lagged differences.
  3. #521 - Fix for CRAN maintenance.
  4. Remove timetk::step_holiday_signature() as it is throwing recycle erros in
    boilerplate functions and I currently cannot figure out why.