[R] Foreign function calls without 'PACKAGE' argument
mkondrin
mkondrin at hppi.troitsk.ru
Mon Oct 3 16:49:26 CEST 2005
Chin Chieh wrote:
>as title,when I check my own R package
>It appear the warning:Foreign function calls without 'PACKAGE' argument, I don't know what's wrong....can somebody help me ,thanks
> [[alternative HTML version deleted]]
>
>______________________________________________
>R-help at stat.math.ethz.ch mailing list
>https://stat.ethz.ch/mailman/listinfo/r-help
>PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>
>
This is a warning not an error. .C, .Call and friends functions take
optional PACKAGE argument. See ?.Call for details.
More information about the R-help
mailing list