Description: 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.
Repository/R-Forge/DateTimeStamp: 2017-12-08 23:08:19
Repository: CRAN
Type: Package
Author: Rich Calaway [cre], Microsoft [aut, cph], Steve Weston [aut]
Repository/R-Forge/Project: foreach
Depends: R (>= 2.5.0)
Repository/R-Forge/Revision: 31
Packaged: 2017-12-08 23:33:48 UTC; rforge
NeedsCompilation: no
Title: Provides Foreach Looping Construct for R
Enhances: compiler, doMC, RUnit, doParallel
Date/Publication: 2017-12-12 22:37:36 UTC
License: Apache License (== 2.0)
Maintainer: Rich Calaway <richcala@microsoft.com>
Imports: codetools, utils, iterators
Package: foreach
Authors@R: c(person("Rich", "Calaway", role="cre", email="richcala@microsoft.com"), person("Microsoft", role=c("aut", "cph")), person("Steve", "Weston", role="aut"))
Version: 1.4.4
Suggests: randomForest
