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 <- anomalize::plot_anomalies plot_anomalies
Republish on CRAN.
Bug Fixes
theme_tq()
: Fix issues with %+replace%
,
theme_gray
, and rel
not found.Bug Fixes
tibbletime
>= 0.1.5clean_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.
ggplot2
issues in
plot_anomalies()
. Solves “Error in FUN(X[[i]], …) : object
‘.group’ not found”.plot_anomaly_decomposition()
. Solves “Error in -x : invalid
argument to unary operator”.NEWS.md
file to track changes to the
package.