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
52864 5808 d 1 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
49612 6167 d 20 h hornik /trunk/src/library/ Rd markup.  
46128 6575 d 3 h jmc /trunk/ changes to allow S4 classes to extend S3 classes  
42333 6941 d 7 h ripley /trunk/src/library/ add copyright/licence header
remove CVS-style $Id fields
 
41508 7019 d 16 h ripley /trunk/src/library/ add require() or :: calls where needed  
39016 7272 d 4 h jmc /trunk/ Changes to methods and class management  
26530 8331 d 7 h maechler /trunk/src/library/methods/man/ fixed all codoc("methods", use.values=NULL)  
26000 8366 d 8 h ripley /trunk/src/library/ replace \testonly by \dontshow  
25410 8401 d 0 h hornik /trunk/src/library/methods/ Make handling of arg 'filename' in promptClass() and promptMethods()
consistent with what prompt() and promptData() do.
 
23029 8574 d 19 h hornik /trunk/ QA => QC where correct.  
20092 8809 d 23 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 19 h jmc /trunk/src/library/methods/man/ add class documentation and revise other, esp. where
database was used (not an R term)
 
19064 8883 d 19 h jmc /trunk/src/library/methods/man/ fixups to promptClass, MethodsList class definition  
19029 8885 d 18 h hornik /trunk/src/library/methods/man/ Cosmetics.  
18994 8887 d 5 h hornik /trunk/src/library/ Cosmetics and Rd markup fixes/improvements.  
17454 8988 d 22 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
 
17210 9001 d 3 h jmc /trunk/src/library/methods/ add docType entry, other fixups to promptMethods, promptClass  
17055 9003 d 20 h jmc /trunk/src/library/methods/ fix to bug in show; typo in promptClass.Rd  
17000 9006 d 3 h jmc /trunk/src/ methods package: adding checks on slot assignments, method definitons;
promptClass added; congruent arguments a la Dylan for setMethod