#  All functions exported other than those starting with "."
exportPattern("^[^\\.]")

importFrom("grDevices", "bitmap", "dev.off", "dev.print", "gray", "jpeg", "pdf", "png", "postscript")
importFrom("graphics", "abline", "image", "legend", "lines", "par", "plot", "plot.new", "rect", "text", "title")
importFrom("stats", "model.matrix", "p.adjust")
importFrom("utils", "available.packages", "browseURL", "citation", "contrib.url", "getFromNamespace", "help", "help.start", "install.packages", "read.table", "write.table")

if( tools:::.OStype() == "windows" ) {
	importFrom("grDevices", "bringToTop")
	importFrom("utils", "winMenuAdd", "winMenuAddItem")
}

importFrom("BiocManager", "repositories")
importFrom("BiocGenerics", "image")
importFrom("affy", "rma")
importFrom("affyPLM", "fitPLM")
importMethodsFrom("affyPLM", "image")
importFrom("gcrma", "gcrma")

import(limma, tcltk, affy, affyio, tkrplot, affyPLM, R2HTML, xtable)