useDynLib(treeclim)
import(Rcpp)
S3method("+",tc_paramlist)
S3method(coef,tc_coef)
S3method(coef,tc_dcc)
S3method(coef,tc_mcoef)
S3method(coef,tc_ecoef)
S3method(plot,tc_dcc)
S3method(plot,tc_skills)
S3method(plot,tc_seascorr)
S3method(print,tc_coef)
S3method(print,tc_dcc)
S3method(print,tc_design)
S3method(print,tc_mcoef)
S3method(print,tc_ecoef)
S3method(print,tc_seascorr)
S3method(print,tc_skills)
S3method(summary,tc_dcc)
export(.mean)
export(.range)
export(.sum)
export(.)
export(..)
export(shift_year)
export(dcc)
export(dlm)
export(exclude_from)
export(exfr)
export(g_test)
export(seascorr)
export(skills)
export(traceplot)
import(ggplot2)
import(lmodel2)
import(lmtest)
import(plyr)
importFrom(abind,abind)
importFrom(boot,tsboot)
importFrom(np,b.star)
importFrom("stats", "approx", "coef", "fft", "median", "na.omit",
           "rnorm", "sd", "shapiro.test", "spec.taper", "var",
           "window", "ecdf")
importFrom("utils", "setTxtProgressBar", "tail", "txtProgressBar")
importFrom("stats", "lm")
