[Rd] alternative to .Fortran("dqrls", ...)

2012-11-07 Thread Yanming Di
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

[Rd] how to keep the documents of private functions private

2012-08-25 Thread Yanming Di
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