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
26606 8324 d 8 h murrell /branches/R-grid/ merged trunk to branch  
26266 8350 d 11 h /branches/R-grid/ This commit was manufactured by cvs2svn to create branch 'R-grid'.  
26000 8366 d 0 h ripley /trunk/src/library/ replace \testonly by \dontshow  
25118 8421 d 9 h hornik /trunk/src/library/ Use new Rd commands for marking words and phrases.  
23572 8540 d 17 h jmc /trunk/src/library/methods/man/ *** empty log message ***  
22292 8628 d 17 h jmc /trunk/src/library/methods/ fix to show for traced functions; make setGeneric a no-op if
the function is already generic (unsafe otherwise)
 
21345 8708 d 16 h jmc /trunk/src/library/methods/man/ fix problems shown by test-all-extras  
20676 8763 d 14 h jmc /trunk/src/library/methods/man/ better tests for group generics and basic functions  
20092 8809 d 15 h jmc /trunk/src/library/methods/ make generic functions a true class; add package name information
to methods list meta-names and to functions that create them (and to generic function objects)
 
19474 8855 d 14 h jmc /trunk/src/library/methods/man/ added example of setGroupGeneric  
19473 8855 d 15 h jmc /trunk/src/library/methods/ fixes to classes that extend matrix and other structures;
fix setGeneric, setGroupGeneric, callGeneric to make group methods work better on primitives
(these fixes are candidates for 1.5.1)
 
19029 8885 d 10 h hornik /trunk/src/library/methods/man/ Cosmetics.  
18976 8887 d 15 h jmc /trunk/src/library/methods/ new trace, initialize, other mods (see NEWS)  
18558 8909 d 13 h jmc /trunk/ cleaning up slot assignments, introducing callNextMethod,
fix bugs in handling classes with data part and in function new
 
16802 9015 d 19 h jmc /trunk/src/library/methods/ cleaning up documentation; don't use data.class<-  
16764 9018 d 17 h jmc /trunk/src/ add formal methods do DispatchGroup; some efficiency and
reliability changes to methods package and main/objects.c for methods
 
16707 9022 d 20 h jmc /trunk/ make formal method dispatch internal via DispatchOrEval
for primitive functions
 
15571 9109 d 2 h ripley /trunk/src/library/methods/ corrections from running R CMD check on methods: still many more problems  
15357 9119 d 13 h jmc /trunk/src/library/methods/ the methods library