Message-ID: <4F68EB23.5080201@prodsyse.com>
Date: 2012-03-20T20:40:03Z
From: Spencer Graves
Subject: S3 methods with full name in documentation?
Hello:
Is there a recommended way to inform "R CMD check" that a
function like "as.numeric" is NOT a method for the S3 generic function
"as" for objects of class "numeric"?
I ask, because I'm getting "NOTE" messages for many function
names like this (e.g., "density.fd" in the "fda" package): If there
were a way to tell "R CMD check" that a function name is NOT a method
for an S3 generic, it would make it easier for me to see the messages I
should take seriously.
Thanks,
Spencer