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