I am updating a package on CRAN and running into an issue with the CRAN checks. I have some internal functions that are referenced by other functions, but do not themselves need documentation/are not themselves meant to be accessed by a user of the package. However, the CRAN checks returns the warning:
Check: for missing documentation entries, Result: WARNING Undocumented code objects:
And then lists this internal functions. What is the appropriate way to tell CRAN to ignore these functions when checking for documentation?
Thanks!
None of these internal functions are new, so I'm not sure why this is creating problems now and has not with previous updates of the package.