Re: [Rd] Unexpected behaviour initializing S4 class

2009-09-01 Thread Martin Morgan
Hi Kruno -- Krunoslav Sever wrote: > Hello all! > > I am not sure if this is known or even intended, but please consider the > following simple example code: > > # set up a simple S4 class with single slot > setClass("b", representation = representation(x = "numeric")) > > # provide initialize

[Rd] Unexpected behaviour initializing S4 class

2009-09-01 Thread Krunoslav Sever
Hello all! I am not sure if this is known or even intended, but please consider the following simple example code: # set up a simple S4 class with single slot setClass("b", representation = representation(x = "numeric")) # provide initialize method setMethod("initialize", signature(.Object