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
88890 300 d 20 h smeyer /trunk/ link/refer to 'The R Language Definition'  
88847 315 d 1 h kalibera /trunk/src/library/base/man/ Update NextMethod() documentation to explicitly say how extra positional
arguments are treated (PR#15654).
 
88585 350 d 5 h hornik /trunk/src/library/ Auto-generate citations and references.  
88574 351 d 6 h hornik /trunk/src/library/ Auto-generate citations and references.  
88550 353 d 19 h hornik /trunk/src/library/base/man/ Auto-generate citations and references.  
86771 771 d 4 h smeyer /trunk/ spelling  
86303 847 d 16 h smeyer /trunk/src/library/ amend r86069 (drop duplicate Rd macro definitions)  
86135 865 d 22 h luke /trunk/ Finalize UseMethod no longer forwarding local variables from the generic.  
85983 885 d 21 h hornik /trunk/src/library/ Tweaks.  
85979 886 d 13 h luke /trunk/ Move towards UseMethod no longer forwarding local variables from the generic.
For now they are forwarded with promises that signal an error i forced.
This will be dropped eventually.
 
85953 890 d 0 h hornik /trunk/ Tweaks.  
85312 1022 d 21 h luke /trunk/src/library/base/man/ Add to ?UseMethod the sentence from R-lang.texi discouraging use of
carrying forward local variables sefined in the generic.
 
82142 1569 d 23 h maechler /trunk/src/ comments, cosmetic; readability  
74235 3093 d 17 h hornik /trunk/ Document c74063.  
68948 4006 d 22 h ripley /trunk/src/library/ use https  
67599 4204 d 1 h ripley /trunk/src/library/ update copyright dates  
66444 4360 d 19 h hornik /trunk/ Rd markup.  
65999 4420 d 0 h murdoch /trunk/ Update NEWS and Rd files that use common macros  
65208 4516 d 18 h hornik /trunk/ Use \sspace to avoid LaTeX sentence end double space after a period.  
65147 4525 d 3 h ripley /trunk/src/library/ remove obsolete comments  
59039 5218 d 2 h ripley /trunk/ use preferred form of 'R Core Team'  
56382 5492 d 19 h murdoch /trunk/ "name space" to "namespace" conversions in documentation  
56186 5518 d 11 h murdoch /trunk/ Revert r56184 and r56185  
56184 5518 d 13 h murdoch /trunk/src/ Remove redundant \alias entries from man pages  
55555 5579 d 5 h ripley /trunk/src/library/base/man/ markup issues  
51271 5981 d 2 h ripley /trunk/src/library/base/man/ ESS formatting mucked up link  
51265 5982 d 1 h ripley /trunk/ move UseMethod to standard arg matching  
49567 6171 d 14 h ripley /trunk/src/library/ change unnecessary use of \link[pkg]  
47262 6430 d 7 h ripley /trunk/ more on Rd version 1.1
use unescaped forms in help files
 
42987 6881 d 2 h ripley /trunk/src/library/ remove some historical comments  
42961 6883 d 0 h ripley /trunk/src/library/ try to use \dQuote for actual quotes, and \emph or \sQuote or \code otherwise  
42333 6942 d 3 h ripley /trunk/src/library/ add copyright/licence header
remove CVS-style $Id fields
 
41079 7053 d 21 h ripley /trunk/src/library/base/man/ clarifications on the role of the object bit.  
39508 7247 d 2 h ripley /trunk/src/ clarifications on how NextMethod works, typo.  
39493 7248 d 19 h ripley /trunk/src/library/ corrections and clarifications  
38432 7337 d 1 h ripley /trunk/src/library/base/ tweaks  
38429 7337 d 3 h ripley /trunk/src/library/base/man/ more technical details  
38158 7373 d 3 h ripley /trunk/ revert r38157, add a regression test  
38157 7373 d 5 h ripley /trunk/src/ another attempt at UseMethod isses.
This time we take the defining environment to be where we find a function
of the name of the generic.
 
38148 7374 d 5 h ripley /trunk/src/library/base/man/ port r38147 from R-2-3-patches (typos, clarifications)
Make documentation of UseMethod match current behaviour.
move .isMethodsDispatchOn to base-internal, as it is internal