Skip to content

Commit

Permalink
added dot-dot-dot to the predict function
Browse files Browse the repository at this point in the history
  • Loading branch information
telkamp7 committed Oct 30, 2023
1 parent 9ed7c8c commit e0c387b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/predict.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#' # Print the prediction
#' print(prediction)
#'
predict.aedseo <- function(object, n_step) {
predict.aedseo <- function(object, n_step, ...) {
# Calculate the prediction
ans <- dplyr::last(object) %>%
dplyr::reframe(
Expand Down

0 comments on commit e0c387b

Please sign in to comment.