Skip to content
Prev 36842 / 63424 Next

S4 dispatch for .DollarNames (utils)

Claudia,

Your S3 methods will be selected for objects from "hyperSpec", but not 
for S4 classes that inherit from that class (that have 
contains="hyperSpec" in their definition).

The S3 method dispatch has been fixed to recognize S4 classes that 
inherit from an S3 class, "foo3" in my example.

The plan is to fix that for the next release, and have S3 dispatch 
behave for all S4 objects, not just those that inherit from an S3 
class.  Meanwhile, the dummy class is needed.
On 5/30/10 8:08 AM, Claudia Beleites wrote: