# Export all names
exportPattern(".")

# Import all packages listed as Imports or Depends
import(
  clue,
  e1071,
  GPArotation,
  mvtnorm,
  MASS,
  nleqslv,
  psych,
  stringr,
  Rcsdp,
  RSpectra
)
S3method(plot, monte)
S3method(print, summary.monte)
S3method(print,summary.monte1)
S3method(summary,monte)
S3method(summary,monte1)
importFrom("methods", "is")
importFrom("stats", "coef", "cor", "cov", "cov2cor", "dnorm", "glm", "lm", "logLik",
           "optim", "optimize", "princomp", "qnorm", "qt", "rchisq", "resid",
           "rnorm", "runif", "rWishart", "sd", "var", "vcov", "promax")
importFrom("utils", "setTxtProgressBar", "txtProgressBar")
importFrom("graphics", "abline", "axis", "lines", "plot", "points")
importFrom("grDevices", "dev.list", "dev.off", "recordPlot")
# Export all names
exportPattern(".")


