search for: construct_cr

Displaying 1 result from an estimated 1 matches for "construct_cr".

2005 Jun 20
0
Use of PACKAGE= argument in .C etc calls
...compatibility with 2.1.x and earlier a PACKAGE= argument is needed in many more calls than are flagged by R-devel's 'check'. To check this, use > library(tools) > checkFF("my_package", verbose=TRUE) for example: > checkFF("mgcv", verbose=TRUE) .C("construct_cr", ...): OK .C("predict_tprs", ...): OK .C("MinimumSeparation", ...): OK .C("update_beta", ...): MISSING but in a function in a namespace .C("update_beta", ...): MISSING but in a function in a namespace .C("magic", ...): OK .C("mgcv",...