import(nlme)
import(tcltk)
import(tcltk2)
import(pastecs)
import(reshape)
import(relimp)

importFrom(multcomp, glht)
importFrom(multcomp, mcp)
importFrom(mvtnorm, pmvt)
importFrom(lubridate, leap_year)
importFrom(e1071, impute)
importFrom(wq, interpTs)
importFrom(wq, seaKen)
importFrom(wq, seasonTrend)

importFrom("grDevices", "colorRampPalette", "dev.new", "dev.off", "png")
importFrom("graphics", "abline", "axis", "barplot", "boxplot", "filled.contour", "identify", "legend", "lines", "title")
importFrom("stats", "acf", "aov", "lm", "loess", "loess.control", "median", "na.exclude", "na.fail", "na.omit", "na.pass", 
           "predict", "qqline", "qqnorm", "quantile", "reshape", "shapiro.test", "stl", "time", "ts", "window")
importFrom("utils", "browseURL", "capture.output", "fix", "read.table", "write.table")
importFrom("graphics", "box", "grid", "mtext", "par", "plot")

export(TTAinterface)
exportMethods(about)

