Hello,
I believe that the simplest way (the one I allways use) is to have the
invisible functions' names start with a period.
.aux <- function(x) # user doesn't see it, R CMD check doesn't force
.Rd file
Hope this helps,
Rui Barradas
Em 20-08-2012 22:06, Eva Prieto Castro escreveu:> Hi,
>
> As I told you some days ago, finally I could build the package, but I have
one doubt: my source code has a lot of functions, but the users only need some
of them (the others are auxiliar functions), so there must be a way in order to
make invisibel the auxiliar functions. I think I can do it adjusting NAMESPACES
file (I don't known how to do it yet) but the question is the following:
auxiliar functions must be included in "man" folder? I am refering to
.Rd files, because I have to document them. There will be too easy (marvellous)
if I only need to include in "man" folder the main functions, but not
the auxiliar functions.
>
> I hope my explanation is correct.
>
> Regards.
>
> Eva
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.