You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I should add that one reason we document internal functions, apart from ease of development is inheritance. We have several functions that use the same internal functions to process an output. To avoid keeping multiple copies of the same information that we'd have to manually update, we inherit the return documentation from these internal functions which would make it quite disruptive to remove internal documentation
Uh oh!
There was an error while loading. Please reload this page.
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 (?) runsRd2pdf
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.
The text was updated successfully, but these errors were encountered: