Søren Højsgaard <[EMAIL PROTECTED]> writes:

> 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") {  .Call("trProd", x, y, 
> package="gRcox") }
>  
> I can't figure out what I am supposed to - and reading the specific section 
> of "writing R extensions.." does not help me. 
>  
> Can anyone help?

Get rid of old DOS habit, and realize that R is case-sensitive....

-- 
   O__  ---- Peter Dalgaard             Øster Farimagsgade 5, Entr.B
  c/ /'_ --- Dept. of Biostatistics     PO Box 2099, 1014 Cph. K
 (*) \(*) -- University of Copenhagen   Denmark          Ph:  (+45) 35327918
~~~~~~~~~~ - ([EMAIL PROTECTED])                  FAX: (+45) 35327907

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to