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
35752 7599 d 5 h pd /branches/R-2-2-patches/ Creating patch branch  
35751 7599 d 5 h pd /tags/R-2-2-0/ Tag version 2.2.0  
25816 8377 d 1 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
 
20092 8808 d 21 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)
 
19473 8854 d 20 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 8884 d 16 h hornik /trunk/src/library/methods/man/ Cosmetics.  
17376 8992 d 22 h jmc /trunk/src/library/methods/ fixes to documentation, add proper inheritance etc for array and matrix,
increased checking for duplicate slots and other inconsistencies in class definitions
 
17211 9000 d 1 h jmc /trunk/src/library/methods/man/ Various fixups; change long descriptions to sections  
16802 9015 d 1 h jmc /trunk/src/library/methods/ cleaning up documentation; don't use data.class<-  
16559 9033 d 1 h jmc /trunk/src/library/methods/ added validObject; redefined the as() mechanism; change in form of methods metadata;
getClass() and new() are fussier about undefined classes
 
15439 9115 d 6 h ripley /trunk/ move access.R and warning() from package methods to base
run checkTnF over methods/R/*.R
*start* with codoc.
 
15431 9115 d 18 h jmc /trunk/src/library/methods/man/ more documentation