Skip to content
Prev 14134 / 63461 Next

(PR#7320) Internal function isUME() in findGeneric() is wrong

The issue is the use of UseMethod(), which you claim to be valid.  As it
is inconsistent with the prime documentation, the help page, I would
question if it is `perfectly legal'.  I expect the author of isUME
implemented the behaviour described on the help page.

It is documented in S-PLUS as *strongly discouraged*, and although it is
documented in R-lang, I believe the right thing to do is to make the code
agree with the prime documentation.

I see no uses of UseMethod() in the R sources, and on CRAN only
one in a comment (and none in BioC).
On Thu, 28 Oct 2004 jhallman@frb.gov wrote: