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-syntax
/
src
/
library
/
methods
/
tests
/
mixinInitialize.R
– Rev 78769
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
78769
2216 d 4 h
luke
/branches/R-syntax/
Branch for experimenting with syntax changes.
66536
4342 d 1 h
jmc
/trunk/src/library/methods/
A class that required >1 arguments to new() could not be subclassed.
Remove the offending call to new() and add a test that this now works.
62410
4871 d 10 h
maechler
/trunk/src/library/methods/tests/
extensions of "matrix" <-> "array" tests
62402
4872 d 2 h
maechler
/trunk/
fix removeClass(("matrix" + "...")) infinite recursion bug
52110
5906 d 2 h
maechler
/trunk/
setGeneric(*, def,...) does use signature of 'def'; cosmetic in methods/tests
51966
5922 d 7 h
jmc
/trunk/
fix mixins with matrix, etc.; add tests/ with test for same