Re: [Rd] Problem with S3 to S4 transition

2010-03-16 Thread Martin Morgan
Hi Renard -- On 03/16/2010 05:26 AM, Renard Didier wrote: > Hello to everybody > > I am developing a package using R and have the following problem: > > I used to work in a mixture of S3 and S4 mechanism environment: as a > matter of fact, I used to define my classes (say "DB" for illustration)

[Rd] Problem with S3 to S4 transition

2010-03-16 Thread Renard Didier
Hello to everybody I am developing a package using R and have the following problem: I used to work in a mixture of S3 and S4 mechanism environment: as a matter of fact, I used to define my classes (say "DB" for illustration) using the setClass function (with representation field), and I was u