Changes in version 0.3.0.9000 - anomalize works better with ggplot2 3.4.0 - anomalize no longer depends on tidyverse, devtools and roxygen2 (@olivroy, #70) Changes in version 0.3.0 (2023-10-31) Prepare for supercession by timetk. Note that anomalize R package will be maintained for backwards compatibility. Users may wish to add these 2 lines of code to existing codebases that use the legacy anomalize R package: library(anomalize) anomalize <- anomalize::anomalize plot_anomalies <- anomalize::plot_anomalies Changes in version 0.2.4 (2023-09-25) Republish on CRAN. Changes in version 0.2.2 (2020-10-20) Bug Fixes - theme_tq(): Fix issues with %+replace%, theme_gray, and rel not found. Changes in version 0.2.1 (2020-06-19) Bug Fixes - Fix issue with sign error in GESD Method (Issue #46). - Require tibbletime >= 0.1.5 Changes in version 0.2.0 (2019-09-21) - clean_anomalies() - A new function to simplify cleaning anomalies by replacing with trend and seasonal components. This is useful in preparing data for forecasting. - tidyr v1.0.0 and tibbletime v0.1.3 compatability - Improvements to incorporate the upgraded tidyr package. Changes in version 0.1.1 (2018-04-17) - Issue #2: Bugfixes for various ggplot2 issues in plot_anomalies(). Solves "Error in FUN(X[[i]], ...) : object '.group' not found". - Issue #6: Bugfixes for invalid unary operator error in plot_anomaly_decomposition(). Solves "Error in -x : invalid argument to unary operator". Changes in version 0.1.0 (2018-04-06) - Added a NEWS.md file to track changes to the package.