search for: r50609

Displaying 2 results from an estimated 2 matches for "r50609".

Did you mean: 50609
2024 Sep 27
1
Disabling S4 primitive dispatch during method resolution affects namespace load actions
...atch + primMethods <- .allowPrimitiveMethods(TRUE) + on.exit(.allowPrimitiveMethods(primMethods)) value <- package if(nzchar(package)) { ## lookup as lightning fast as possible: The original change to disable S4 primitive dispatch during method resolution was done in r50609 (2009); this may be the first documented instance of it causing a problem. The comment says "At the moment, this is just for efficiency, but in principle it could be needed to avoid recursive calls to findInheritedMethods." -- Best regards, Ivan [1] https://stat.ethz.ch/pipermail/r-pac...
2024 Sep 27
1
Disabling S4 primitive dispatch during method resolution affects namespace load actions
...rimitiveMethods(TRUE) > + on.exit(.allowPrimitiveMethods(primMethods)) > value <- package > if(nzchar(package)) { > ## lookup as lightning fast as possible: > The original change to disable S4 primitive dispatch during method > resolution was done in r50609 (2009); this may be the first documented > instance of it causing a problem. The comment says "At the moment, this > is just for efficiency, but in principle it could be needed to avoid > recursive calls to findInheritedMethods." > -- > Best regards,...