Entering edit mode
Jing Wang
▴
10
@jing-wang-5523
Last seen 7.7 years ago
Hi,
I have three functions (FA, FB and FC) in the package and all these functions call another function (FD). But I do not want the users to use the function FD and thus I do not want to create the document for the function FD.
Could you please give me some suggestion about how to do that?
Thanks,
Further on Steve's answer; if you plan to develop R packages, you must read the "Writing R Extensions" guide at https://cran.r-project.org/doc/manuals/r-release/R-exts.html. Scrolling down to Section 1.5.1 ("Specifying imports and exports") would have told you everything you needed to know. In addition, this question is better suited to the BioC-devel mailing list. It seems that you have asked the same thing on the mailing list already - in which case, don't double-post the question here.