From 2034e387b783d9239d07723c99c75e7c896342fc Mon Sep 17 00:00:00 2001 From: Matt Dancho Date: Tue, 31 Oct 2023 16:36:23 -0400 Subject: [PATCH] update version and description. --- DESCRIPTION | 2 +- NEWS.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index e4c4c8b..d342a31 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: anomalize Type: Package Title: Tidy Anomaly Detection -Version: 0.2.4 +Version: 0.3.0 Authors@R: c( person("Matt", "Dancho", email = "mdancho@business-science.io", role = c("aut", "cre")), person("Davis", "Vaughan", email = "dvaughan@business-science.io", role = c("aut")) diff --git a/NEWS.md b/NEWS.md index 2dc0a35..ae135ee 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,14 @@ +# anomalize 0.3.0 + +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: + +``` r +library(anomalize) + +anomalize <- anomalize::anomalize +plot_anomalies <- anomalize::plot_anomalies +``` + # anomalize 0.2.4 Republish on CRAN.