# Remove the previous line if you edit this file

# Export all names
exportPattern(".")

# Import all packages listed as Imports or Depends
import(
  smacof,
  clusterSim,
  symbolicDA
)
importFrom("graphics", "Axis", "box", "lines", "mtext", "par", "plot",
           "points", "strwidth", "rect", "text")
importFrom("stats",  "as.hclust", "cutree", "hclust",
           "kmeans", "mad", "median", "na.omit", "rnorm", "runif",
           "sd", "var","cor", "lm", "summary.lm", "as.dist", "cmdscale", "dist", "optim")
importFrom("utils", "read.csv", "read.csv2", "write.table")
importFrom('animation','saveVideo','ani.options')
importFrom('spdep','Rotation')
importFrom('plotrix','draw.circle')

useDynLib(mdsOpt)
