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
30100 8062 d 18 h /branches/lazy/ This commit was manufactured by cvs2svn to create branch 'lazy'.  
26530 8331 d 1 h maechler /trunk/src/library/methods/man/ fixed all codoc("methods", use.values=NULL)  
26000 8366 d 1 h ripley /trunk/src/library/ replace \testonly by \dontshow  
25118 8421 d 11 h hornik /trunk/src/library/ Use new Rd commands for marking words and phrases.  
23572 8540 d 19 h jmc /trunk/src/library/methods/man/ *** empty log message ***  
22292 8628 d 19 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 18 h jmc /trunk/src/library/methods/man/ fix problems shown by test-all-extras  
20676 8763 d 15 h jmc /trunk/src/library/methods/man/ better tests for group generics and basic functions  
20092 8809 d 16 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 16 h jmc /trunk/src/library/methods/man/ added example of setGroupGeneric  
19473 8855 d 16 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 12 h hornik /trunk/src/library/methods/man/ Cosmetics.  
18976 8887 d 16 h jmc /trunk/src/library/methods/ new trace, initialize, other mods (see NEWS)  
18558 8909 d 15 h jmc /trunk/ cleaning up slot assignments, introducing callNextMethod,
fix bugs in handling classes with data part and in function new
 
16802 9015 d 21 h jmc /trunk/src/library/methods/ cleaning up documentation; don't use data.class<-  
16764 9018 d 19 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 22 h jmc /trunk/ make formal method dispatch internal via DispatchOrEval
for primitive functions
 
15571 9109 d 4 h ripley /trunk/src/library/methods/ corrections from running R CMD check on methods: still many more problems  
15357 9119 d 14 h jmc /trunk/src/library/methods/ the methods library