[Roxygen-devel] exclude functions from roxygen

Jeroen Ooms jeroen.ooms at stat.ucla.edu
Sat Jul 23 23:42:32 CEST 2011


Is there a directive that I can use to exclude functions from being
parsed by roxygen? I have a package which defines a lot of functions,
but only 2 are exported. I would only like to generate documentation
for these two functions.

However it seems roxygen automatically generated Rd files for all
functions in the R folder. This is especially problematic because it
chokes on some methods that I define for a class that is defined in
another package. I would rather have that it only parses functions
with an @export directive.

Thanks.


More information about the Roxygen-devel mailing list