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

# Export only these specific names (do not export helper functions)
export("conover.test")
