Skip to content

Commit

Permalink
Added globalVariables for updated ARIMA order constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Jun 12, 2020
1 parent d90e47c commit 5b431d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/arima.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
globalVariables(c("p", "P", "q", "Q"))
globalVariables(c("p", "P", "d", "D", "q", "Q", "constant"))

#' @importFrom stats approx lm ts
train_arima <- function(.data, specials, ic = "aicc",
Expand Down

0 comments on commit 5b431d1

Please sign in to comment.