exportPattern("^[^\\.]")
S3method(plot, bsts)
S3method(summary, bsts)
S3method(predict, bsts)
S3method(residuals, bsts)
S3method(plot, bsts.prediction)
S3method(plot, bsts.mixed)

import(Boom,
       BoomSpikeSlab,
       xts,
       zoo)

importFrom("grDevices", "dev.off", "gray", "pdf", "rainbow")
importFrom("graphics", "abline", "axis", "axis.Date", "axis.POSIXct",
           "box", "boxplot", "hist", "legend", "lines", "par", "plot", "points",
           "polygon", "title")
importFrom("stats", ".checkMFClasses", ".getXlevels",
           "delete.response", "median", "model.frame", "model.frame.default",
           "model.matrix", "model.response", "na.exclude", "na.omit", "na.pass",
           "plot.ts", "quantile", "rnorm", "sd", "terms", "var")
importFrom("utils", "head", "help", "tail")

useDynLib(bsts)
