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
25832 8377 d 18 h /branches/R-tcl-new/ This commit was manufactured by cvs2svn to create branch 'R-tcl-new'.  
25351 8405 d 19 h jmc /trunk/src/library/methods/ Revision to use class objects instead of metadata to store relations  
25118 8422 d 12 h hornik /trunk/src/library/ Use new Rd commands for marking words and phrases.  
22294 8629 d 20 h jmc /trunk/src/library/methods/man/ tests for standardGeneric, since nosegfault tests do
nothing (because test is run without the methods package)
 
20676 8764 d 17 h jmc /trunk/src/library/methods/man/ better tests for group generics and basic functions  
20092 8810 d 18 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)
 
19087 8883 d 15 h jmc /trunk/src/library/methods/man/ add class documentation and revise other, esp. where
database was used (not an R term)
 
19029 8886 d 13 h hornik /trunk/src/library/methods/man/ Cosmetics.  
17454 8989 d 17 h jmc /trunk/src/library/methods/ 1. Add missing functions callGeneric, removeMethod

2. Fixes to insert inherited methods correctly in examples with
default + multi-dispatch methods.

3. Documentation fixes responding to CMD check
 
17262 9000 d 2 h hornik /trunk/src/library/methods/man/ standardGeneric() is in base but should really be documented here.
Hence add \synopsis which has all of \usage apart from standardGeneric
to make codoc happy. Argh.
 
17211 9001 d 22 h jmc /trunk/src/library/methods/man/ Various fixups; change long descriptions to sections  
17000 9006 d 22 h jmc /trunk/src/ methods package: adding checks on slot assignments, method definitons;
promptClass added; congruent arguments a la Dylan for setMethod