R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
R-exp-R5
/
tests
/
any-all.R
– Rev 52864
Rev
Hide changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
Changes
52864
5807 d 1 h
urbaneks
/branches/R-exp-R5/
Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
/branches/R-exp-R5
51319
5974 d 17 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.
/trunk/NEWS
/trunk/src/main/logic.c
/trunk/tests/any-all.R
/trunk/tests/any-all.Rout.save
51308
5975 d 11 h
ripley
/trunk/
r51298 was incorrect: back it out, add regression tests for the cases it got wrong.
/trunk/NEWS
/trunk/src/main/logic.c
/trunk/tests/any-all.R
/trunk/tests/any-all.Rout.save
51298
5976 d 1 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.
/trunk/tests/any-all.R
/trunk/tests/any-all.Rout.save
/trunk/NEWS
/trunk/src/main/logic.c
/trunk/tests/Makefile.common