From 7f8b034001fe684ed33b0dae0c88a3030bcf46ee Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Fri, 6 Jan 2017 13:35:58 -0600 Subject: importing stats library --- R/imports.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'R/imports.R') diff --git a/R/imports.R b/R/imports.R index c91d0e1..656a4dc 100644 --- a/R/imports.R +++ b/R/imports.R @@ -1,4 +1,4 @@ -#' @importFrom stats predict resid arima ts start ar acf ccf coef fitted lm mvfft rnorm window +#' @import stats #' @importFrom graphics par plot #' @importFrom utils read.table tail #' @import grid -- cgit