> As of rev. 61035 in r-devel, setRefClass() now returns a generator function,
> as setClass() has done since 2.15.0.
>
> The convenient style is now:
> mEdit <- setRefClass("mEdit",......)
> xx <- mEdit(data = xMat)
>
> instead of
> xx <- mEdit$new(data = xMat)
>
> The returned object still has fields and methods accessible as before.
Similarly, would it be possible for setGeneric and setMethod to return
the equivalent generic and method objects?
Hadley
--
RStudio / Rice University
http://had.co.nz/
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel