roxygen2 icon indicating copy to clipboard operation
roxygen2 copied to clipboard

document how to load package with only extra Rd tags

Open maxheld83 opened this issue 1 year ago • 0 comments

I stubbed my toe on this and thought others might as well. For example, #1413 raises similar issues.

I was confused specifically what to do if my roxygen-extending packageFoo only adds new .Rd tags (roxy_tag_*() methods), but didn't have nor need a new roclet.

The solution is hidden pretty well the load_options() documentation and this release note.

maxheld83 avatar Nov 20 '24 19:11 maxheld83