foreach: Foreach looping construct for R

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.3.0
Depends: R (≥ 2.5.0), iterators(≥ 1.0.0), codetools, utils
Published: 2009-10-06
Author: REvolution Computing
Maintainer: REvolution Computing <packages at REvolution-computing.com>
License: Apache License (== 2.0)
In views: HighPerformanceComputing
CRAN checks: foreach results

Downloads:

Package source: foreach_1.3.0.tar.gz
MacOS X binary: foreach_1.3.0.tgz
Windows binary: foreach_1.3.0.zip
Reference manual: foreach.pdf
Vignettes: foreach Manual
Nesting Foreach Loops
Old sources: foreach archive

Reverse dependencies:

Reverse depends: doMC, doMPI, doSNOW
Reverse suggests: iterators, itertools
Reverse enhances: itertools