Displaying 1 result from an estimated 1 matches for "r43584".
Did you mean:
43584
2007 Dec 24
0
callNextMethod() with builtin group methods fails to create proper environment
...what appears to be some sort of ommission in the
implementation of callNextMethod() when used with primitives having
group generic methods.
In a stock R-2.6.1 patched (happens to be running on AMD64/RHEL 4, but
that shouldn't matter), the following occurs:
R version 2.6.1 Patched (2007-12-03 r43584)
Copyright (C) 2007 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
,,,
> options(error=quote(traceback()))
> setClass("Foo", contains="matrix")
[1] "Foo"
> setMethod("Compare", signature(e1="Foo", e2="Foo"), funct...