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
84107 1217 d 2 h luke /trunk/ The new generic chooseOpsMethod() provides a mechanism for
DispatchGroup to resolve cases where two suitable methods are
found. This supports experimenting with alternative object
systems. Based on contributions by Tomasz Kalinowski in PR18484.
 
84105 1217 d 5 h luke /trunk/ The new S3 generic nameOfClass called internally from inherits()
allows the 'what' argument to be a non-character S3 object. This
supports experimenting with alternative object systems. Based on
contributions by Tomasz Kalinowski in PR18485.
 
83997 1228 d 19 h luke /trunk/ Make `@` an internal S3 generic, like `@<-` alreasy is.
Based on contributions by Tomasz Kalinowski in PR18482.
 
50986 6037 d 12 h maechler /trunk/tests/ comment  
40086 7178 d 6 h ripley /trunk/tests/ example demonstrated an auto-printing bug  
24536 8459 d 9 h ripley /trunk/tests/ tidy up example now all objects have a class  
24517 8460 d 12 h ripley /trunk/tests/ incorrect UseMethod call  
22949 8577 d 4 h ripley /trunk/ move the class/class<- definitions from methods to base, and
make the old ones oldClass/oldClass<-. Start tidying up.
 
22734 8592 d 0 h jmc /trunk/ methods package included at startup by default;
options(defaultPackages) controls which packages required at startup
 
8504 9632 d 10 h maechler /trunk/tests/ method-dispatch instead (and encompassing) mode-methods