# Export all names
exportPattern(".")

# This is what R CMD check --as-cran suggests:
importFrom("grDevices", "adjustcolor", "boxplot.stats", "chull",
           "col2rgb", "colors", "dev.off", "grey", "pdf")
importFrom("graphics", "abline", "arrows", "axis", "barplot", "box",
           "boxplot", "dotchart", "grid", "hist", "image", "legend",
           "lines", "locator", "matlines", "mtext", "par", "plot",
           "plot.new", "plot.window", "points", "polygon", "rect",
           "segments", "strwidth", "text", "title", "identify")
importFrom("methods", "as")
importFrom("stats", "IQR", "aggregate", "as.dendrogram", "as.dist",
           "ave", "chisq.test", "cmdscale", "cophenetic", "cor",
           "cor.test", "cov", "cutree", "dendrapply", "density",
           "dist", "dnorm", "embed", "fisher.test", "fivenum",
           "hclust", "is.leaf", "lm", "mad", "median", "model.frame",
           "na.omit", "pairwise.table", "pf", "pnorm", "prcomp",
           "predict", "quantile", "qf", "rnorm", "runif", "sd",
           "shapiro.test", "var", "reorder")
importFrom("utils", "capture.output", "combn", "head", "menu",
           "object.size", "savehistory", "str", "write.table",
           "as.roman")
# Register S3 methods:
S3method(plot, Infill)
S3method(plot, Jclust)
S3method(plot, nnet)
S3method(print, Jclust)
S3method(print, K)
S3method(summary, Coml)
S3method(summary, Infill)
S3method(summary, K)
S3method(summary, Overlap)
