Skip to content

Commit

Permalink
0.2.4 submit cran
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Sep 25, 2023
1 parent f64272b commit 2fc5b3b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 33 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.2.3
Date: 2023-02-07 17:01:30 UTC
SHA: 9af4e24c93aff292684dca1656210f6b7537d4fb
Version: 0.2.4
Date: 2023-09-25 15:11:46 UTC
SHA: f64272b84127b1b5a517d19f105b48564be3e244
7 changes: 2 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: anomalize
Type: Package
Title: Tidy Anomaly Detection
Version: 0.2.3
Version: 0.2.4
Authors@R: c(
person("Matt", "Dancho", email = "[email protected]", role = c("aut", "cre")),
person("Davis", "Vaughan", email = "[email protected]", role = c("aut"))
Expand Down Expand Up @@ -35,10 +35,7 @@ Imports:
rlang,
tibble,
tidyr (>= 1.0.0),
ggplot2,
cli,
crayon,
rstudioapi
ggplot2
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Suggests:
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# anomalize 0.2.4

Republish on CRAN.

# anomalize 0.2.2

__Bug Fixes__
Expand Down
1 change: 1 addition & 0 deletions R/anomalize-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#' @docType package
#' @name anomalize_package
#'
#' @aliases anomalize-package
#' @importFrom rlang := !! !!!
#' @importFrom dplyr %>% n row_number contains quo_name
#' @importFrom stats median mad qt as.formula
Expand Down
25 changes: 0 additions & 25 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,3 @@
)
}

# .onAttach <- function(libname, pkgname) {
#
# bsu_rule_color <- "#2c3e50"
# bsu_main_color <- "#1f78b4"
#
# # Check Theme: If Dark, Update Colors
# if (rstudioapi::isAvailable()) {
# theme <- rstudioapi::getThemeInfo()
# if (theme$dark) {
# bsu_rule_color <- "#7FD2FF"
# bsu_main_color <- "#18bc9c"
# }
# }
#
# bsu_main <- crayon::make_style(bsu_main_color)
#
# msg <- paste0(
# cli::rule(left = "Use anomalize to improve your Forecasts by 50%!", col = bsu_rule_color, line = 2),
# bsu_main('\nBusiness Science offers a 1-hour course - Lab #18: Time Series Anomaly Detection!\n'),
# bsu_main('</> Learn more at: https://university.business-science.io/p/learning-labs-pro </>')
# )
#
# packageStartupMessage(msg)
#
# }
1 change: 1 addition & 0 deletions man/anomalize_package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2fc5b3b

Please sign in to comment.