search for: trprod

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

Did you mean: tprod
2006 Sep 01
1
Checking a package: "Foreign function calls without 'PACKAGE' argument:" - what must I do??
In the process of checking a package, I get the warning Foreign function calls without 'PACKAGE' argument: .Call("tr", ...) .Call("trProd", ...) See section 'System and foreign language interfaces' of the 'Writing R.. These functions are called using the wrappers trX <- function(x, package="gRcox") { .Call("tr", x, package="gRcox") } trXY <- function(x, y, package="gRcox&q...