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
84772 1095 d 6 h maechler /branches/R-OBJSXP/ 'Create R-OBJSXP branch - new OBJSXP type "==" S4SXP = "object" in R'  
65074 4535 d 8 h maechler /trunk/tests/ for(): R style, not C  
51319 5974 d 13 h falcon /trunk/ any() and all() now return early if possible (try #2)

The implementation now avoids checking every element of the input if the
result is already determined. Regression tests are more complete and
easier to read.
 
51308 5975 d 6 h ripley /trunk/ r51298 was incorrect: back it out, add regression tests for the cases it got wrong.  
51298 5975 d 21 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.