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 5807 d 2 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
51940 5924 d 11 h ripley /trunk/tests/ split up the slow reg-tests-1.R  
51823 5936 d 9 h ripley /trunk/ avoid the non-portable test -e
(it does not matter so much for configure as that prefers bash to sh)
 
51741 5947 d 10 h ripley /trunk/ more on diffable examples  
51298 5976 d 2 h falcon /trunk/ any() and all() now return early if possible

The implementation now avoids checking every element of the input if the
result is already determined.
 
50896 6046 d 22 h falcon /trunk/ Allow n-dim arrays to be subsetted by an n-column character matrix

The character matrix is converted to the corresponding integer matrix
by matching against the dimnames of the array. NA values in any row
of the character matrix are propagated to the result. Unmatched
values result in a subscript out of bounds error. Empty string "" is
not allowed to match and therefore always results in an error.
 
49170 6193 d 11 h ripley /trunk/tests/ finish off test suite  
49152 6194 d 11 h ripley /trunk/ fix up conversion of links to HTML, more on test suite  
49150 6194 d 12 h ripley /trunk/tests/ updates  
49130 6195 d 18 h ripley /trunk/tests/ start sorting out .Rd tests  
48493 6289 d 6 h ripley /trunk/ unbundle VR  
47839 6382 d 6 h ripley /trunk/ Windows tweaks  
47831 6383 d 4 h ripley /trunk/ tweaks  
47815 6384 d 22 h ripley /trunk/ install (optionally) basic tests on Windows
try to force C collation in testInstalledBasic, and export it.
 
47807 6385 d 6 h ripley /trunk/tests/ finally merge the Makefiles