Hi all,
In a package I maintain, I use the "dqrls" from the base package to fit
regression models. However, I was informed that directly calling functions
from the base package is no longer allowed:
"CRAN packages should use only the public API. Hence they should not use
entry points not decl
First time posting on this forum.
The short version of the question is how to keep the documents of private
(unexported) functions private. It seems that the documents of the private
functions will be compiled into the user manual even if the corresponding
functions are not exported. Is there a