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 348 d 21 h hornik /trunk/src/library/ Auto-generate citations and references.  
81927 1592 d 21 h smeyer /trunk/src/library/ fix Rd markup  
74363 3064 d 21 h maechler /trunk/ missing parens patch from Duncan Murdoch (except those Kurt did in 74360)  
71956 3485 d 17 h ripley /trunk/ update dates  
71909 3491 d 4 h jmc /trunk/src/library/methods/man/ Updating out-of-date documentation  
71229 3607 d 13 h maechler /trunk/src/library/methods/man/ typo in 'representation()' cleanup  
71228 3607 d 14 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 4005 d 14 h ripley /trunk/src/library/ use https  
61433 4962 d 16 h ripley /trunk/src/library/ remove trailing spaces  
59039 5216 d 18 h ripley /trunk/ use preferred form of 'R Core Team'  
56186 5517 d 3 h murdoch /trunk/ Revert r56184 and r56185  
56184 5517 d 5 h murdoch /trunk/src/ Remove redundant \alias entries from man pages  
46128 6574 d 14 h jmc /trunk/ changes to allow S4 classes to extend S3 classes  
44631 6725 d 14 h maechler /trunk/src/library/methods/ move getValidity() out of "getOld", since it is NOT deprecated  
42963 6881 d 14 h ripley /trunk/ formally deprecate seemsS4Object
more on rationalizing the use of \dQuote
 
42333 6940 d 19 h ripley /trunk/src/library/ add copyright/licence header
remove CVS-style $Id fields
 
41508 7019 d 3 h ripley /trunk/src/library/ add require() or :: calls where needed  
41391 7028 d 19 h ripley /trunk/ change !'s S4 signature to match documentation, and fix up one-arg S4 methods  
39389 7252 d 15 h maechler /trunk/src/library/methods/man/ white space amendment  
39360 7254 d 11 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 8 h jmc /trunk/ validObject changes  
33606 7806 d 8 h maechler /trunk/src/library/methods/man/ cosmetic  
26530 8330 d 19 h maechler /trunk/src/library/methods/man/ fixed all codoc("methods", use.values=NULL)  
26000 8365 d 19 h ripley /trunk/src/library/ replace \testonly by \dontshow  
25816 8377 d 15 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 4 h hornik /trunk/src/library/ Use new Rd commands for marking words and phrases.  
24232 8481 d 13 h jmc /trunk/src/library/methods/ internal changes getting ready to make oldGet.R functions deprecated  
21345 8708 d 12 h jmc /trunk/src/library/methods/man/ fix problems shown by test-all-extras  
20397 8786 d 1 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 6 h hornik /trunk/src/library/methods/man/ Cosmetics.  
17454 8988 d 9 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 9015 d 15 h jmc /trunk/src/library/methods/ cleaning up documentation; don't use data.class<-  
16446 9044 d 15 h jmc /trunk/src/library/methods/ add validObject