Skip to content
Prev 44670 / 63421 Next

Found explanation for R-2.15.2 slowdown in one case; caution for any users of La_chol

On 14.12.2012 23:31, Paul Johnson wrote:
That is the reason why R CMD check gives a WARNING in the checks of your 
package for quite some time now:


checking foreign function calls ... WARNING

Foreign function calls with 'PACKAGE' argument in a base package:
.Call("La_chol", ..., PACKAGE = "base")
.Call("La_chol2inv", ..., PACKAGE = "base")
Packages should not make .C/.Call/.Fortran calls to base packages. They
are not part of the API, for use only by R itself and subject to change
without notice.


So time to fix that. See also:
http://cran.r-project.org/web/checks/check_results_Amelia.html


Best,
Uwe Ligges