R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
R-exeinfo
/
src
/
library
/
methods
/
tests
/
testGroupGeneric.R
– Rev 83868
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
83868
1253 d 23 h
urbaneks
/branches/R-exeinfo/
create R-exeinfo branch
70274
3797 d 9 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
3984 d 10 h
ripley
/trunk/src/library/
more tweaks for testing without recommended packages
66586
4336 d 5 h
maechler
/trunk/src/library/methods/tests/
slightly more stringent test for Bug 15937
66423
4360 d 21 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
5263 d 23 h
maechler
/trunk/src/library/methods/
also fix *non-direct* group method selectMethod() == 2nd part of r58493
58494
5265 d 2 h
maechler
/trunk/src/library/methods/tests/
typo
58493
5265 d 6 h
maechler
/trunk/
selectMethod() -> group method fix
54325
5646 d 3 h
jmc
/trunk/src/library/methods/
.updateMethodsTable needs to update group members (contr. by Martin Morgan)