Hi!

I am building a package. This package will not submitted to CRAN.

I write the help files for the most important functions of my package, I
cannot write it for all functions. This may sounds strange, but so there!

I know that all user-level functions should be documented, so I have to
move my undocumented functions to a non-user-level. It's right?

To move my functions to a non-user-level I can write them as hidden
functions, with a dot before the names. This require a very long check of
my code to change the call to the function preceding it by a dot. So, this
is not a real choice.
There are other way to reach my purpose?

Thank you very much for help.

Sincerely,
Nicola

        [[alternative HTML version deleted]]

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to