From 11390052c24ad324b8bd6f82a0b481917b4ccabe Mon Sep 17 00:00:00 2001 From: olivroy Date: Wed, 6 Dec 2023 10:24:18 -0500 Subject: [PATCH] Update version + add news --- DESCRIPTION | 4 ++-- NEWS.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8ad6cfa..3cd891d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: anomalize Type: Package Title: Tidy Anomaly Detection -Version: 0.3.0 +Version: 0.3.0.9000 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")) @@ -18,7 +18,7 @@ Description: and generalized extreme studentized deviation ("gesd"). These methods are based on those used in the 'forecast' package and the Twitter 'AnomalyDetection' package. Refer to the associated functions for specific references for these methods. -URL: https://github.com/business-science/anomalize +URL: https://business-science.github.io/anomalize/, https://github.com/business-science/anomalize BugReports: https://github.com/business-science/anomalize/issues License: GPL (>= 3) Encoding: UTF-8 diff --git a/NEWS.md b/NEWS.md index ae135ee..6752810 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# anomalize (development version) + +* anomalize works better with ggplot2 3.4.0 + +* anomalize no longer depends on tidyverse, devtools and roxygen2 (@olivroy, #70) + # 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: