exportPattern("^[[:alpha:]]+")

import(parallel)

S3method(print, mcse)
S3method(print, np.aov.test)
S3method(print, np.boot)
S3method(print, np.cdf.test)
S3method(print, np.cor.test)
S3method(print, np.loc.test)
S3method(print, np.lm.test)
S3method(print, np.reg.test)

S3method(plot, np.aov.test)
S3method(plot, np.cdf.test)
S3method(plot, np.cor.test)
S3method(plot, np.loc.test)
S3method(plot, np.lm.test)
S3method(plot, np.reg.test)

importFrom("graphics", "abline", "hist")
importFrom("parallel", "detectCores", "makeCluster", "parApply", "parCapply", "parSapply", "stopCluster")
importFrom("stats", "cor", "cov", "ecdf", "median", "model.matrix", "model.offset", "model.response", "model.weights", 
           "na.omit", "pnorm", "pchisq", "pt", "pf", "sd", "qnorm", "quantile", "rnorm", "rt", "var")
importFrom("utils", "combn", "packageVersion")