
useDynLib(spTimer)
exportPattern("^[^\\.]")

import(coda)
import(sp)

importFrom("grDevices", "dev.new")
importFrom("graphics", "abline", "legend", "par", "points", "segments",
     "title")
importFrom("stats", "acf", "as.formula", "contrasts", "density",
     "dist", "is.empty.model", "lm", "median", "model.frame",
     "model.matrix", "model.response", "na.exclude", "na.omit",
     "na.pass", "pacf", "qqline", "qqnorm", "quantile", "sd",
     "terms", "terms.formula", "ts")
importFrom("utils", "read.table")

S3method(print,spT)
S3method(print,spTpred)
S3method(print,spTfore)
S3method(predict,spT)
S3method(summary,spT)
S3method(plot,spT)
S3method(coef,spT)
S3method(model.frame,spT)
S3method(model.matrix,spT)
S3method(residuals,spT)
S3method(terms,spT)

S3method(as.mcmc,spT)
S3method(confint,spT)
S3method(fitted,spT)
S3method(formula,spT)



#exportClasses("spT")
#export(
#       "Formula.matrix",
#       "Formula.matrix",)