search for: minimumsepar

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

2005 Jun 20
0
Use of PACKAGE= argument in .C etc calls
...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", ...): OK .C("RMonoCon", ...): OK .C("RPCLS", ...): OK .C...