Support for the foreach looping construct. Foreach is an idiom that allows for iterating over elements in a collection, without the use of an explicit loop counter. This package in particular is intended to be used for its return value, rather than for its side effects. In that sense, it is similar to the standard lapply function, but doesn't require the evaluation of a function. Using foreach without side effects also facilitates executing the loop in parallel.
Version: | 1.4.3 |
Depends: | R (≥ 2.5.0) |
Imports: | codetools, utils, iterators |
Suggests: | randomForest |
Enhances: | compiler, doMC, RUnit, doParallel |
Published: | 2015-10-13 |
Author: | Rich Calaway [cre], Revolution Analytics [aut, cph], Steve Weston [aut] |
Maintainer: | Rich Calaway <richcala at microsoft.com> |
BugReports: | NA |
License: | Apache License (== 2.0) |
URL: | NA |
NeedsCompilation: | no |
Materials: | NEWS |
In views: | HighPerformanceComputing |
CRAN checks: | foreach results |
Reference manual: | foreach.pdf |
Vignettes: |
foreach Manual Nesting Foreach Loops |
Package source: | foreach_1.4.3.tar.gz |
Windows binaries: | r-devel: foreach_1.4.3.zip, r-release: foreach_1.4.3.zip, r-oldrel: foreach_1.4.3.zip |
OS X Mavericks binaries: | r-release: foreach_1.4.3.tgz, r-oldrel: foreach_1.4.3.tgz |
Old sources: | foreach archive |