  importFrom("graphics", "abline", "legend", "lines", "par", "plot",
             "plot.default")
  importFrom("stats", "ARMAacf", "acf", "ar.burg", "ar.yw", "arima",
             "coef", "diffinv", "fft", "filter", "frequency", "is.ts",
             "pchisq", "pnorm", "qqnorm", "rnorm", "start", "time",
             "vcov", "qnorm", "toeplitz")

# Export all names
exportPattern(".")
