On Wednesday 09 August 2006 14:37, Prof Brian Ripley wrote:
> This is discussed in `Writing R Extensions', which both points you to the
> 'internal' keyword, and (in the current version) mentions using name
> spaces to hide such functions.
>
> This really was a question for R-devel: please do study
This is discussed in `Writing R Extensions', which both points you to the
'internal' keyword, and (in the current version) mentions using name
spaces to hide such functions.
This really was a question for R-devel: please do study the posting guide.
`R-devel is intended for questions and disc
Dear list,
When creating a package, there are always many little utility functions that
belong to the "internal kitchen" of the main, documented functions.
Now, when checking the sources with R CMD check, I get a warning for those
little functions that are not documented.
I would have two quest