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

import(coda)
import(spacetime)
import(forecast)

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)
