Frequently we have a print method, say print.myclass, that has a variety of arguments. 
 If in the .Rd file I say

\usage{
\method{print}{myclass}(x, myarg)
}

I get a warning when running R CMD chk:

* checking generic/method consistency ... WARNING
print:
  function(x, ...)
print.myclass:
  function(x, myarg)

What is the proper way to handle this?

Thanks
-- 
Frank E Harrell Jr              Prof. of Biostatistics & Statistics
Div. of Biostatistics & Epidem. Dept. of Health Evaluation Sciences
U. Virginia School of Medicine  http://hesweb1.med.virginia.edu/biostat

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to