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
71686 3533 d 6 h maechler /branches/tools4pkgs/ Create tools 4 packages branch  
69446 3952 d 22 h ripley /trunk/src/library/ markup around "e.g."  
68948 4006 d 2 h ripley /trunk/src/library/ use https  
59039 5217 d 7 h ripley /trunk/ use preferred form of 'R Core Team'  
56186 5517 d 15 h murdoch /trunk/ Revert r56184 and r56185  
56184 5517 d 17 h murdoch /trunk/src/ Remove redundant \alias entries from man pages  
46128 6575 d 3 h jmc /trunk/ changes to allow S4 classes to extend S3 classes  
44751 6710 d 23 h maechler /trunk/src/library/methods/man/ typo in getClass(); many uses of \linkS4class{..}  
42333 6941 d 7 h ripley /trunk/src/library/ add copyright/licence header
remove CVS-style $Id fields
 
39360 7254 d 23 h jmc /trunk/ in .R files, use double quotes consistently in messages; in .Rd files, replace pointer to out-of-date web page  
26093 8360 d 19 h jmc /trunk/src/library/ need to use .GlobalEnv in cacheGenericsMetaData until
we get rid of the global method tables for primitives
 
25118 8421 d 17 h hornik /trunk/src/library/ Use new Rd commands for marking words and phrases.  
23531 8543 d 6 h hornik /trunk/src/library/methods/man/ Misc improvements and cosmetics.  
21345 8709 d 0 h jmc /trunk/src/library/methods/man/ fix problems shown by test-all-extras  
20620 8768 d 21 h jmc /trunk/src/library/methods/ Use of sealed classes; various fixes esp. to the next methods
code and arising from introduction earlier of classRepresentation and SClassExtension classes
 
20330 8791 d 21 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.
 
19029 8885 d 18 h hornik /trunk/src/library/methods/man/ Cosmetics.  
16447 9045 d 3 h jmc /trunk/src/library/methods/man/ cleaning up some documentation  
15357 9119 d 21 h jmc /trunk/src/library/methods/ the methods library