exportPattern("^[[:alpha:]]+")
importFrom("utils", "packageDescription", "packageVersion")
importFrom("grDevices", "dev.list", "dev.off", "hcl.colors", "pdf", "png", "tiff")
importFrom("graphics", "abline", "axis", "layout", "legend", "lines", "mtext", "par",
           "plot", "plot.new", "points", "segments", "strheight", "strwidth", "text",
           "title", "close.screen", "screen", "split.screen")
importFrom("stats", "aggregate", "qnorm", "sd")
importFrom("foreign", "read.xport")
# NonCompart and grid are reached with :: .
# forestplot, binr and rtf are Suggests: used via requireNamespace() guards in
# foreNCA(), plotPK() and rtfNCA() respectively (rtf calls are rtf::-qualified).
