search for: rpcls

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

Did you mean: rcls
2005 Jun 20
0
Use of PACKAGE= argument in .C etc calls
...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("construct_cr", ...): OK .C("construct_tprs", ...): OK .C("RuniqueCombs", ...): OK where the qualified MISSING reports need attention. Botton line: always use a PACKAGE= argument unless you are only intending your package to be used with (pre-)2.2...