From c405f74cc52361b4157bc46041e2182b07d00359 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Fri, 6 Jan 2017 13:57:11 -0600 Subject: minor changes --- NAMESPACE | 15 ++++++++++++++- R/imports.R | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/NAMESPACE b/NAMESPACE index 3ec95a0..0ddac80 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -71,10 +71,23 @@ import(grid) import(polynom) import(reshape2) import(signal) -import(stats) import(tframe) importFrom(graphics,par) importFrom(graphics,plot) +importFrom(stats,acf) +importFrom(stats,ar) +importFrom(stats,arima) +importFrom(stats,ccf) +importFrom(stats,coef) +importFrom(stats,fitted) +importFrom(stats,lm) +importFrom(stats,mvfft) +importFrom(stats,predict) +importFrom(stats,resid) +importFrom(stats,rnorm) +importFrom(stats,start) +importFrom(stats,ts) +importFrom(stats,window) importFrom(utils,read.table) importFrom(utils,tail) importFrom(zoo,na.approx) 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 -- cgit