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
88585 349 d 11 h hornik /trunk/src/library/ Auto-generate citations and references.  
81927 1593 d 11 h smeyer /trunk/src/library/ fix Rd markup  
74363 3065 d 11 h maechler /trunk/ missing parens patch from Duncan Murdoch (except those Kurt did in 74360)  
71956 3486 d 7 h ripley /trunk/ update dates  
71909 3491 d 18 h jmc /trunk/src/library/methods/man/ Updating out-of-date documentation  
71229 3608 d 3 h maechler /trunk/src/library/methods/man/ typo in 'representation()' cleanup  
71228 3608 d 4 h maechler /trunk/src/library/methods/man/ use 'slots = *' (and 'contains = ') in all examples (except those in repre*.Rd itself)
instead of old-style representation()
 
68948 4006 d 4 h ripley /trunk/src/library/ use https  
61433 4963 d 7 h ripley /trunk/src/library/ remove trailing spaces  
59039 5217 d 9 h ripley /trunk/ use preferred form of 'R Core Team'  
56186 5517 d 17 h murdoch /trunk/ Revert r56184 and r56185  
56184 5517 d 19 h murdoch /trunk/src/ Remove redundant \alias entries from man pages  
46128 6575 d 5 h jmc /trunk/ changes to allow S4 classes to extend S3 classes  
44631 6726 d 4 h maechler /trunk/src/library/methods/ move getValidity() out of "getOld", since it is NOT deprecated  
42963 6882 d 5 h ripley /trunk/ formally deprecate seemsS4Object
more on rationalizing the use of \dQuote
 
42333 6941 d 9 h ripley /trunk/src/library/ add copyright/licence header
remove CVS-style $Id fields
 
41508 7019 d 18 h ripley /trunk/src/library/ add require() or :: calls where needed  
41391 7029 d 10 h ripley /trunk/ change !'s S4 signature to match documentation, and fix up one-arg S4 methods  
39389 7253 d 6 h maechler /trunk/src/library/methods/man/ white space amendment  
39360 7255 d 1 h jmc /trunk/ in .R files, use double quotes consistently in messages; in .Rd files, replace pointer to out-of-date web page  
37545 7439 d 22 h jmc /trunk/ validObject changes  
33606 7806 d 22 h maechler /trunk/src/library/methods/man/ cosmetic  
26530 8331 d 9 h maechler /trunk/src/library/methods/man/ fixed all codoc("methods", use.values=NULL)  
26000 8366 d 10 h ripley /trunk/src/library/ replace \testonly by \dontshow  
25816 8378 d 5 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 19 h hornik /trunk/src/library/ Use new Rd commands for marking words and phrases.  
24232 8482 d 3 h jmc /trunk/src/library/methods/ internal changes getting ready to make oldGet.R functions deprecated  
21345 8709 d 2 h jmc /trunk/src/library/methods/man/ fix problems shown by test-all-extras  
20397 8786 d 15 h jmc /trunk/src/library/methods/ 1- fix setValidity to work with new class representation
2 - some bugs in the use of prototype objects
3 - fix some of the constructed replace methods for data part relations
 
19029 8885 d 20 h hornik /trunk/src/library/methods/man/ Cosmetics.  
17454 8989 d 0 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
 
16802 9016 d 5 h jmc /trunk/src/library/methods/ cleaning up documentation; don't use data.class<-  
16446 9045 d 5 h jmc /trunk/src/library/methods/ add validObject