-
Couldn't load subscription status.
- Fork 13
Description
This was discussed in the bioc-devel mailing list this month under "Excluding internal functions from package manual".
I was trying to find a way to exclude documenting package internals in the reference files created by bioconductor and was told that R CMD check that bioconductor runs in the build procedure deliberately (?) runs Rd2pdf with --internals option. I am unsure if this behaviour is actually desirable or just an artefact of history but it does cause quite a bit of clutter in the reference pdfs if one elects to document internal functions and it would be nice to have a way not having that.
In contrast, reference pdfs built by CRAN does not include internal functions.