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
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