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
47757 6390 d 21 h jmc /branches/R-classInheritance/ create branch for class inheritance  
46128 6575 d 7 h jmc /trunk/ changes to allow S4 classes to extend S3 classes  
42963 6882 d 7 h ripley /trunk/ formally deprecate seemsS4Object
more on rationalizing the use of \dQuote
 
42333 6941 d 11 h ripley /trunk/src/library/ add copyright/licence header
remove CVS-style $Id fields
 
40488 7134 d 6 h maechler /trunk/src/library/methods/man/ add note about selectMethod("coerce" ...)  
39360 7255 d 4 h jmc /trunk/ in .R files, use double quotes consistently in messages; in .Rd files, replace pointer to out-of-date web page  
37085 7500 d 3 h maechler /trunk/ + canCoerce()  
35085 7669 d 5 h maechler /trunk/src/library/methods/man/ typo "a another"  
33491 7816 d 7 h maechler /trunk/src/library/methods/man/ one typo and lots of cosmetic  
30842 8008 d 6 h jmc /trunk/src/library/methods/ changes to fix generics, classes from namespaces; see NEWS  
26530 8331 d 11 h maechler /trunk/src/library/methods/man/ fixed all codoc("methods", use.values=NULL)  
26000 8366 d 12 h ripley /trunk/src/library/ replace \testonly by \dontshow  
25816 8378 d 7 h jmc /trunk/src/library/methods/ changes to generic functions and dispatch, making functions more self-contained
and preparatory to making classes and methods work with namespaces
 
25118 8421 d 21 h hornik /trunk/src/library/ Use new Rd commands for marking words and phrases.  
23678 8534 d 7 h jmc /trunk/src/library/methods/man/ various corrections  
20330 8792 d 2 h jmc /trunk/src/ 1. New meta-data classes for classRepresentation and for inheritance
(both extends and subclasses). More consistent with the green book &
opens the way to allowing same class name on different packages.

2. The methods package no longer copies any objects into the base
library at startup (as a consequence, it no longer uses data.class).
Another consequence is that the actual code for the trace function had
to be moved to the methods package to get the correct version of
class. The trace in base now constructs and evaluates a call to the
function in methods.
 
19087 8882 d 23 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 22 h hornik /trunk/src/library/methods/man/ Cosmetics.  
18139 8937 d 23 h jmc /trunk/src/library/methods/ allow to argument in method def in setAs  
17454 8989 d 2 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
 

Show All