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
66536 4342 d 6 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 15 h maechler /trunk/src/library/methods/tests/ extensions of "matrix" <-> "array" tests  
62402 4872 d 8 h maechler /trunk/ fix removeClass(("matrix" + "...")) infinite recursion bug  
52110 5906 d 8 h maechler /trunk/ setGeneric(*, def,...) does use signature of 'def'; cosmetic in methods/tests  
51966 5922 d 13 h jmc /trunk/ fix mixins with matrix, etc.; add tests/ with test for same