# Import non-base functions from standard packages
importFrom("stats", "pchisq", "pnorm")
importFrom("utils", "data", "tail")

# Export only these specific names (do not export helper functions)
export("dunn.test")
export("p.adjustment.methods")
