[R] check WARNING...
Jeff D. Hamann
jeff.hamann at forestinformatics.com
Tue Dec 2 05:14:47 CET 2003
I've been developing a package and have been getting the following warning
when running the check command:
* checking S3 generic/method consistency ... WARNING
plot:
function(x, ...)
plot.summaries:
function(trees, sp)
* checking for replacement functions with final arg not named 'value' ... OK
* checking Rd files ... OK
...blah, blah, blah...
* checking examples ... OK
* creating cruisepak-manual.tex ... OK
* checking cruisepak-manual.tex ... OK
WARNING: There were 3 warnings, see
C://cruisepak.Rcheck/00check.log
for details
C:\>
I can fix the other two warnings with no problem, but the S3 generic/method
consistency warning is puzzling me... .
I have a function called
plot.summaries <- function( trees, sp=NULL ) {
...yak, kay, yak...
}
and I'm not sure if this is causing the problem. I'm developing a package
for forestry and the field makes use of many terms commonly found in
technology (logs, trees, plots, points, etc) and would like to know if the
nomenclature will cause a problem.
Thanks,
Jeff.
---
Jeff D. Hamann
Forest Informatics, Inc.
PO Box 1421
Corvallis, Oregon USA 97339-1421
(office) 541-754-1428
(cell) 541-740-5988
jeff.hamann at forestinformatics.com
www.forestinformatics.com
---
Jeff D. Hamann
Forest Informatics, Inc.
PO Box 1421
Corvallis, Oregon USA 97339-1421
(office) 541-754-1428
(cell) 541-740-5988
jeff.hamann at forestinformatics.com
www.forestinformatics.com
More information about the R-help
mailing list