export(Round)
export(Res2Txt)
export(txtNCA)
export(pdfNCA)
export(rtfNCA)
importFrom("utils", "packageDescription", "packageVersion")
importFrom("grDevices", "dev.off", "pdf", "png")
importFrom("graphics", "axis", "close.screen", "lines", "par", "plot", "points", "screen", "split.screen", "text")
importFrom("R.methodsS3", "setMethodS3")
importFrom("R.oo", "setConstructorS3", "extend", "Object")
import("NonCompart")

# Internal S3 methods for the vendored RTF object (see R/rtf_utils.R).
# These are not exported; they are registered so UseMethod() dispatch is robust.
S3method(addHeader, RTF)
S3method(addNewLine, RTF)
S3method(addPageBreak, RTF)
S3method(addParagraph, RTF)
S3method(addPlot, RTF)
S3method(addTOC, RTF)
S3method(setFontSize, RTF)
S3method(done, RTF)
