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

import(parallel)

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

S3method(plot, np.loc.test)
S3method(plot, np.cor.test)
S3method(plot, np.reg.test)

importFrom("graphics", "abline", "hist")
importFrom("parallel", "detectCores", "makeCluster", "parApply", "parCapply", "parSapply", "stopCluster")
importFrom("stats", "cor", "cov", "median", "na.omit", "pnorm", "pchisq", "pf", "sd", "qnorm", "quantile")
importFrom("utils", "combn", "packageVersion")