Foreign function calls without 'PACKAGE' argument
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.