Hi,
I ran into another internal function that is missing S4 dispatch. It is
the binary operator ":". Looking at the code, I see that it is actually
a common problem. Other candidates are operators like "~", "&&", "||"
and functions like: "length<-", "row", "col", "unlist", "cbind", etc. It
wou
Hi,
OK, if you try to explicitly make them generic, you are told that they
are implicitly already generic:
> setGeneric("is.finite", function(from, ...) standardGeneric("is.finite"))
Error in setGeneric("is.finite", function(from, ...)
standardGeneric("is.finite")) :
"is.finite" is a primi
These functions are not generic according to the help page.
The same page says explicitly that is.nan is generic.
Where did you get the (false) idea that they were generic?
On Thu, 16 Jun 2005 [EMAIL PROTECTED] wrote:
> Full_Name: Lars Hansen
> Version: 2.1.0
> OS: SunOS 5.8
> Submission from: (