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
42208 6955 d 4 h murdoch /branches/djm-source/ Recreate branch from trunk  
42183 6956 d 10 h ripley /trunk/tests/ improvements  
42117 6964 d 2 h jmc /trunk/tests/ add case for S3 log, also note the the S4 generic tests do nothing from misuse of nargs()  
42093 6968 d 3 h ripley /trunk/ Take the rest of the S4 Math group primitive,
remove gammaCody from the S3 Math group (it was not even
documented as generic, and it no longer is).
The union of the S4 Math and Math2 groups is now the S3 Math group
 
42078 6970 d 3 h maechler /trunk/ Math group S3-S4 harmonization (part i)  
41372 7029 d 23 h ripley /trunk/tests/ test (as far as possible) that the non-S4-generic primitives don't dispatch  
41361 7030 d 9 h ripley /trunk/tests/ test that S4 generics do dispatch on methods  
41323 7032 d 8 h ripley /trunk/tests/ typo  
41322 7032 d 8 h ripley /trunk/tests/ update  
41280 7035 d 6 h ripley /trunk/ confine dispatch in %*% to S4 object and that op.
use FALSE values in .BasicFunsList to indicate that S4 methods cannot be set
 
41189 7042 d 1 h ripley /trunk/tests/ update  
41168 7043 d 7 h ripley /trunk/ more tests on .BasicFunsList  
41164 7043 d 9 h ripley /trunk/ fixes for PR#8876 and PR#7951  
41159 7044 d 2 h ripley /trunk/ updates  
41073 7052 d 6 h ripley /trunk/ make as.xxx for the atomic types use internal dispatch, for efficiency  
40665 7110 d 6 h ripley /trunk/ add tests of primitive functions.
clarify that 'seq.int' dispatches on 'seq'
update methods list of primitives.