Skip to content

Commit

Permalink
Use magrittr %>%
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Sep 24, 2024
1 parent 3d14c5a commit 445d2c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/VARIMA.R
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ specials_varima <- new_specials(
#' @examplesIf requireNamespace("tsibbledata", quietly = TRUE)
#' library(tsibbledata)
#'
#' aus_production |>
#' aus_production %>%
#' autoplot(vars(Beer, Tobacco, Bricks))
#'
#' fit <- aus_production[complete.cases(aus_production),] %>%
Expand Down
2 changes: 1 addition & 1 deletion man/VARIMA.Rd

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

0 comments on commit 445d2c8

Please sign in to comment.