On Sat, Jul 23, 2011 at 2:42 PM, Jeroen Ooms <span dir="ltr">&lt;<a href="mailto:jeroen.ooms@stat.ucla.edu">jeroen.ooms@stat.ucla.edu</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Is there a directive that I can use to exclude functions from being<br>
parsed by roxygen? I have a package which defines a lot of functions,<br>
but only 2 are exported. I would only like to generate documentation<br>
for these two functions.<br>
<br>
However it seems roxygen automatically generated Rd files for all<br>
functions in the R folder. This is especially problematic because it<br>
chokes on some methods that I define for a class that is defined in<br>
another package. I would rather have that it only parses functions<br>
with an @export directive.<br>
<br>
Thanks.<br></blockquote><div><br></div><div>Try passing the argument `use.Rd2=TRUE` when calling `roxygenize`. Then Roxygen will skip any function that is not preceded by documentation comments ` #&#39;  `.</div><div><br>

</div><div>-Charlie</div></div>