Skip to content
Prev 5393 / 12125 Next

[R-pkg-devel] Documentation for non-user-level objects

1. Don't export them.

2. Use:  \keyword{ internal } in the .Rd file
"The special keyword ?internal? marks a page of internal objects that
are not part of the package?s API. If the help page for object foo has
keyword ?internal?, then help(foo) gives this help page, but foo is
excluded from several object indices, including the alphabetical list
of objects in the HTMLhelp system."

Cheers,
Bert

Bert Gunter

"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )

On Sun, May 10, 2020 at 2:31 PM Sapphire Zhou
<sapphirezhou0404 at gmail.com> wrote: