Re: [Rd] S4 pb in R 2.5.0

2006-10-27 Thread John Chambers
Thanks for the typo, it might have taken a while to find this one otherwise! In 2.5.0 and 2.4patched, the subclass information attempts to be complete. That subclass information needs to be removed from all superclasses when the class is redefined, and currently isn't. The particular supercla

Re: [Rd] S4 pb in R 2.5.0

2006-10-26 Thread Herve Pages
Herve Pages wrote: > ... > > > sessionInfo() > R version 2.4.0 (2006-10-03) > x86_64-unknown-linux-gnu > > locale: > > LC_CTYPE=en_US;LC_NUMERIC=C;LC_TIME=en_US;LC_COLLATE=en_US;LC_MONETARY=en_US;LC_MESSAGES=en_US;LC_PAPER=en_US;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_ME

[Rd] S4 pb in R 2.5.0

2006-10-26 Thread Herve Pages
Hi, When playing interactively with the S4 system, I've tried to define the following class: > setClass("A", representation("integer")) [1] "A" > showClass("A") Slots: Name:.Data Class: integer Extends: Class "integer", from data