Re: [R] Problem with generic methods

2009-06-08 Thread Martin Maechler
> "RMK" == Rainer M Krug > on Mon, 8 Jun 2009 11:18:17 +0200 writes: RMK> On Sat, Jun 6, 2009 at 12:14 AM, Martin Morgan wrote: >> Rainer M Krug writes: >> >>> Hi >>> >>> I want to create a new generic method, but I end up with an error >>> (evaluation

Re: [R] Problem with generic methods

2009-06-08 Thread Rainer M Krug
On Sat, Jun 6, 2009 at 12:14 AM, Martin Morgan wrote: > Rainer M Krug writes: > >> Hi >> >> I want to create a new generic method, but I end up with an error >> (evaluation nested too deeply). see the transcript below. >> The function beginYear.Fun() works, but not beginYear. >> >> I have no idea

Re: [R] Problem with generic methods

2009-06-05 Thread Martin Morgan
Rainer M Krug writes: > Hi > > I want to create a new generic method, but I end up with an error > (evaluation nested too deeply). see the transcript below. > The function beginYear.Fun() works, but not beginYear. > > I have no idea why. > > Any ideas welcome, > > Rainer > > >> setClass("fun", re

Re: [R] Problem with generic methods

2009-06-05 Thread Uwe Ligges
Rainer M Krug wrote: Hi I want to create a new generic method, but I end up with an error (evaluation nested too deeply). see the transcript below. The function beginYear.Fun() works, but not beginYear. I have no idea why. Any ideas welcome, Rainer setClass("fun", representation(x = "num