# Remove the previous line if you edit this file

# Export all names
export(absstddif)
export(bmatch)
export(cardmatch)
export(distmat)
export(distmatch)
export(ecdfplot)
export(finetab)
export(loveplot)
export(meantab)
export(nmatch)
export(pairsplot)
export(profmatch)

# Import all packages listed as Imports or Depends
import(
  highs,
  lattice,
  MASS,
  slam
)

importFrom("graphics", "abline", "dotchart", "legend", "par", "plot", "points", "segments")

importFrom("stats", "cov", "ecdf", "fisher.test", "mahalanobis", "quantile", "sd", "t.test", "var", "wilcox.test")          