# Mannualy edited.

# Export all names that don't start with .
exportPattern("^[^\\.]")

# Import all packages listed as Imports and others
import(Rcmdr, stats, epiR, abind)
#importFrom("RcmdrMisc", totPercents, rowPercents)
importFrom("grDevices", "heat.colors")
importFrom("graphics", "mosaicplot")