Re: [Rd] (PR#7951) DispatchOrEval missing in do_isfinite and do_isinfinite

2005-07-14 Thread lars
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

Re: [Rd] (PR#7951) DispatchOrEval missing in do_isfinite and do_isinfinite

2005-06-17 Thread lars
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