useDynLib(tools) export( .installMD5sums, Rdindex, Rtangle, RtangleSetup, RweaveLatex, RweaveLatexSetup, Stangle, Sweave, SweaveSyntConv, SweaveSyntaxLatex, SweaveSyntaxNoweb, checkAssignFuns, checkDocArgs, checkDocStyle, checkFF, checkMD5sums, checkMethods, checkTnF, checkVignettes, codoc, md5sum, undoc) ## documented as internal but called from scripts export(.installPackageDescription, .installPackageIndices, .checkDemoIndex, .checkVignetteIndex, buildVignettes) ## needed by Bioconductor's vExplorer(): will no longer be necessary ## when Sweave objects are in place export(pkgVignettes, RtangleWritedoc, RweaveLatexOptions) ## these seem to need to be exported exportPattern("^print") S3method(print, checkAssignFuns) S3method(print, checkDemoIndex) S3method(print, checkDocArgs) S3method(print, checkDocStyle) S3method(print, checkFF) S3method(print, checkMethods) S3method(print, checkTnF) S3method(print, checkVignetteIndex) S3method(print, checkVignettes) S3method(print, codoc) S3method(print, undoc)