Skip to content
Prev 16836 / 21312 Next

[Bioc-devel] How I hide non-exported function from the manual

Hi Stefano,

About 1) you can document internal functions but remove them from the index
if you use #' @keywords internal tag.
See the vignette of roxygen2
https://cran.r-project.org/web/packages/roxygen2/vignettes/rd.html under
Other tags.
About 2) perhaps you have too many/long examples?

Hope this helps,

Llu?s
On Thu, 4 Jun 2020 at 05:48, stefano <mangiolastefano at gmail.com> wrote: