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
52864 5808 d 15 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
50579 6087 d 22 h ripley /trunk/ tidy up  
46471 6540 d 13 h ripley /trunk/ more on cleaning up is.unsorted
(delayed by 164 other formatting changes on demo output)
 
42281 6947 d 16 h hornik /trunk/src/library/ More partial matching changes.  
38944 7281 d 17 h ripley /trunk/src/library/base/demo/ 'builtin' has a technical meaning  
34840 7704 d 11 h ripley /trunk/src/library/ make sure demos can be run standalone, e.g. by
env R_DEFAULT_PACKAGES=NULL R
> utils::demo("foo", package="bar")
 
32996 7845 d 17 h maechler /trunk/ use isTRUE(), no more is.all.equal()  
32010 7917 d 18 h maechler /trunk/src/library/base/demo/ is.primitive (in base); is.all.equal; stats  
22734 8593 d 10 h jmc /trunk/ methods package included at startup by default;
options(defaultPackages) controls which packages required at startup
 
18485 8916 d 7 h pd /trunk/ branch update  
16144 9069 d 12 h ripley /trunk/ add is.na<-, distinguish NA level and NA codes in factors  
13452 9239 d 14 h hornik /trunk/src/library/ Moved from `demos'.