search for: usingmethod

Displaying 4 results from an estimated 4 matches for "usingmethod".

Did you mean: usingmethods
2013 Oct 16
1
Internally accessing ref class methods with .self$x is different from .self[['x']]
When a reference class method is accessed with .self$x, it has different behavior from .self[['x']]. The former copies the function to the object's environment (with some attributes attached), and the latter just return NULL (unless it has already been accessed once with .self$x). Is this how it's supposed to work? Here's an example that illustrates:
2012 Oct 26
4
R 2.15.2 is released
...fault method does, although this was undocumented). (Wish of PR#14961.) o Reference class methods (in the methods package) that use other methods in an indirect way (e.g., by sapply()) must tell the code analysis to include that method. They can now do so by invoking $usingMethods(). o More Polish translations are available: for the RGui menus and for several recommended packages. o Multistratum MANOVA works. In fact, it seems to have done so for years in spite of the help page claiming it did not. o qqline() has new optional arguments distributio...
2012 Oct 26
4
R 2.15.2 is released
...fault method does, although this was undocumented). (Wish of PR#14961.) o Reference class methods (in the methods package) that use other methods in an indirect way (e.g., by sapply()) must tell the code analysis to include that method. They can now do so by invoking $usingMethods(). o More Polish translations are available: for the RGui menus and for several recommended packages. o Multistratum MANOVA works. In fact, it seems to have done so for years in spite of the help page claiming it did not. o qqline() has new optional arguments distributio...
2012 Oct 26
4
R 2.15.2 is released
...fault method does, although this was undocumented). (Wish of PR#14961.) o Reference class methods (in the methods package) that use other methods in an indirect way (e.g., by sapply()) must tell the code analysis to include that method. They can now do so by invoking $usingMethods(). o More Polish translations are available: for the RGui menus and for several recommended packages. o Multistratum MANOVA works. In fact, it seems to have done so for years in spite of the help page claiming it did not. o qqline() has new optional arguments distributio...