Skip to content

Commit

Permalink
fix cran example time
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Feb 8, 2023
1 parent e06adee commit f64272b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/anomalize.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
#' - [time_recompose()]
#'
#' @examples
#'
#' \dontrun{
#' library(dplyr)
#'
#' # Needed to pass CRAN check / This is loaded by default
Expand All @@ -87,7 +87,7 @@
#' tidyverse_cran_downloads %>%
#' time_decompose(count, method = "stl") %>%
#' anomalize(remainder, method = "iqr")
#'
#' }
#'
#' @export
anomalize <- function(data, target, method = c("iqr", "gesd"),
Expand Down
4 changes: 2 additions & 2 deletions man/anomalize.Rd

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

0 comments on commit f64272b

Please sign in to comment.