Skip to content
Prev 10759 / 63421 Next

S4 group generic Complex not working (PR#4483)

Prof Brian Ripley wrote:
For arguments that might have methods, DispatchGroup first tries to
dispatch an S4 method, then if none is found goes on to look for an S3
method.

The choice would seem to be:  (1) allow both S4 and S3 group methods for
Complex (& revise current documentation); or (2) special-case the code
in DispatchGroup to skip S3 methods when argument `group' matches
"Complex".

Preferences?

John