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
26266 8350 d 3 h /branches/R-grid/ This commit was manufactured by cvs2svn to create branch 'R-grid'.  
26240 8351 d 11 h jmc /trunk/src/library/methods/ bug fixes and doc. updates mostly from methods/classes in namespaces  
26113 8358 d 4 h pd /trunk/src/library/methods/man/ match braces  
26093 8360 d 2 h jmc /trunk/src/library/ need to use .GlobalEnv in cacheGenericsMetaData until
we get rid of the global method tables for primitives
 
26082 8361 d 8 h jmc /trunk/src/ namespace for methods package--see todays mail to r-devel  
26000 8365 d 15 h ripley /trunk/src/library/ replace \testonly by \dontshow  
25351 8404 d 6 h jmc /trunk/src/library/methods/ Revision to use class objects instead of metadata to store relations  
25118 8421 d 0 h hornik /trunk/src/library/ Use new Rd commands for marking words and phrases.  
22294 8628 d 8 h jmc /trunk/src/library/methods/man/ tests for standardGeneric, since nosegfault tests do
nothing (because test is run without the methods package)
 
20676 8763 d 5 h jmc /trunk/src/library/methods/man/ better tests for group generics and basic functions  
20092 8809 d 6 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 8882 d 2 h jmc /trunk/src/library/methods/man/ add class documentation and revise other, esp. where
database was used (not an R term)
 
19029 8885 d 1 h hornik /trunk/src/library/methods/man/ Cosmetics.  
17454 8988 d 5 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 8998 d 14 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 9000 d 10 h jmc /trunk/src/library/methods/man/ Various fixups; change long descriptions to sections  
17000 9005 d 10 h jmc /trunk/src/ methods package: adding checks on slot assignments, method definitons;
promptClass added; congruent arguments a la Dylan for setMethod