# Import all packages listed as Imports or Depends
import(
  e1071,
  MASS,
  corpcor,
  statmod,
  tgp,
  mlegp,
  lhs
)

importFrom("grDevices", "dev.off", "pdf")
importFrom("graphics", "abline", "legend", "par", "plot", "text")
importFrom("stats", "dnorm", "optimize", "plogis", "pnorm", "predict",
           "runif", "sd")
importFrom("utils", "str")

# Export all names
exportPattern(".")

S3method(predict, penSVM)
S3method(print, "1norm.svm")
S3method(print, scad.svm)
S3method(svm.fs, default)
