export(Round)
export(Res2Txt)
export(txtNCA)
export(pdfNCA)
export(rtfNCA)
export(pdfIQ)
export(pdfOQ)
export(writeMD5)
export(signPDF)
export(verifyPDF)
export(addSigField)
export(pdfPQ)
importFrom("utils", "packageDescription", "packageVersion", "sessionInfo", "capture.output", "data", "read.csv", "write.csv")
importFrom("tools", "checkMD5sums", "md5sum")
importFrom("grDevices", "dev.off", "pdf", "png")
importFrom("graphics", "axis", "close.screen", "lines", "par", "plot", "plot.new", "plot.window", "mtext", "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)
