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
75453 2840 d 20 h luke /branches/R-conflicts/ Create branch for experimenting with search path conflict resolution.  
66536 4343 d 14 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 4872 d 23 h maechler /trunk/src/library/methods/tests/ extensions of "matrix" <-> "array" tests  
62402 4873 d 15 h maechler /trunk/ fix removeClass(("matrix" + "...")) infinite recursion bug  
52110 5907 d 15 h maechler /trunk/ setGeneric(*, def,...) does use signature of 'def'; cosmetic in methods/tests  
51966 5923 d 21 h jmc /trunk/ fix mixins with matrix, etc.; add tests/ with test for same