Yes, a bug prevented callNextMethod() from detecting the special case of
the `[` call, for which it did have code.
Should be fixed in the current 2.11.0 (r 50976).
Thanks for the helpful bug report.
John Chambers
bernd_bis...@gmx.net wrote:
Hi,
there seems to be a possible bug in callNextMe
Hi,
there seems to be a possible bug in callNextMethod in conjunction with
the [-operator.
Relevant info, minimal example and sessionInfo follow below:
###
setClass("foo", representation = representation(a = "numeric"))
setClass("bar", contains = "foo")
setMethod(