diff options
Diffstat (limited to 'R/imports.R')
-rw-r--r-- | R/imports.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/imports.R b/R/imports.R index 656a4dc..c91d0e1 100644 --- a/R/imports.R +++ b/R/imports.R @@ -1,4 +1,4 @@ -#' @import stats +#' @importFrom stats predict resid arima ts start ar acf ccf coef fitted lm mvfft rnorm window #' @importFrom graphics par plot #' @importFrom utils read.table tail #' @import grid |