Displaying 1 result from an estimated 1 matches for "r47924".
Did you mean:
347924
2009 Feb 15
0
S4 structure classes and Ops methods
...s" for S4 classes
that extend "array", "structure" or "vector". The methods mainly try to
produce a consistent result when structures and vectors are combined.
See class?structure, section "Methods".
In the development version of R committed today (r47924), these methods
will be activated by loading any package with such classes. This was
always the intention, but up to version 2.8.1, the methods were not
activated UNLESS the package also defined some relevant methods itself.
(Fixing this turned out to need a whole new mechanism, to indicate...