Re: [Rd] bug in methods' 'initialize' (or the functions called in turn) ?

2004-11-17 Thread Uwe Ligges
Laurent Gautier wrote: Hi, I experience a very strange behaviour when trying to instanciate a S4 class. A call like 'r - new(MyClass, foo=bar)' returns apparently cleanly, but in fact a subsequent use of 'r' results in a 'r does not exist error message'. After a bit of hunting with 'debug', it

[Rd] bug in methods' 'initialize' (or the functions called in turn) ?

2004-11-16 Thread Laurent Gautier
Hi, I experience a very strange behaviour when trying to instanciate a S4 class. A call like 'r - new(MyClass, foo=bar)' returns apparently cleanly, but in fact a subsequent use of 'r' results in a 'r does not exist error message'. After a bit of hunting with 'debug', it seems that the bug is