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
28254 20661 d 20 h /branches/R-Win-CMD/ This commit was manufactured by cvs2svn to create branch 'R-Win-CMD'.  
27928 8236 d 9 h ripley /trunk/ arrays in data frames needed sorting out  
27625 8259 d 6 h ripley /trunk/src/library/ typos from PR5632 and PR5730  
25898 8371 d 7 h maechler /trunk/src/library/base/man/ mention \link{subset} !  
25543 8396 d 7 h hornik /trunk/src/library/base/man/ Consistenly refer to literal character strings as such.  
24974 8430 d 2 h ripley /trunk/src/library/base/man/ typo  
24897 8435 d 3 h ripley /trunk/ add tests of get/exists/recursive indexing
final tweaks to data-frame indexing
 
24889 8435 d 6 h ripley /trunk/ don't so any coercion via as.data.frame in replaceent methods for data frames  
24878 8435 d 13 h ripley /trunk/ add $<- method for data frames  
24857 8437 d 10 h ripley /trunk/ .foo is a valid name, pace make.names
several more fixes to data frame indexing/formatting
 
24855 8437 d 13 h ripley /trunk/ many tweaks to data frame code.
enhancements to make.names, add make.unique (from Tom Minka)
Fix PR#3280
 
24825 8439 d 11 h ripley /trunk/src/library/base/ replicate replacement values consistently, protect against 0-length
replacement values
 
24811 8440 d 10 h ripley /trunk/src/library/base/man/ (yet) more details  
24767 8442 d 9 h ripley /trunk/src/library/base/man/ attempt to document extaction for data frames and factors more comprehensively
use afactor[, drop=TRUE] where more transparent.