The R Project SVN R

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
89300 197 d 18 h smeyer /trunk/src/library/methods/tests/ tweak (actually enable) regression test of c54325  
88267 420 d 4 h maechler /trunk/src/library/methods/ fix PR#18904 (typos in /methods/)  
88033 494 d 3 h maechler /trunk/ show( selectMethod(..) ) now prints group generic if it differs  
70274 3799 d 0 h maechler /trunk/src/library/methods/ quite a few tweaks, notably replacing many el() and elNamed() by faster versions.
Much of it originates from patches by Pete Haverty in PR#16490
 
69213 3986 d 1 h ripley /trunk/src/library/ more tweaks for testing without recommended packages  
66586 4337 d 19 h maechler /trunk/src/library/methods/tests/ slightly more stringent test for Bug 15937  
66423 4362 d 12 h jmc /trunk/src/library/methods/ A simpler and presumably more efficient fix to callGeneric than the one in rev.
66408. To avoid the bug in substitute(), uses sys.call() instead to construct the
call to the specific generic function, instead of only testing for the case where
substitute() fails.

Also added some regression tests for callGeneric() in this case and also when
called with no arguments.
 
58511 5265 d 14 h maechler /trunk/src/library/methods/ also fix *non-direct* group method selectMethod() == 2nd part of r58493  
58494 5266 d 17 h maechler /trunk/src/library/methods/tests/ typo  
58493 5266 d 21 h maechler /trunk/ selectMethod() -> group method fix  
54325 5647 d 18 h jmc /trunk/src/library/methods/ .updateMethodsTable needs to update group members (contr. by Martin Morgan)