freebsd-ports/devel/R-cran-foreach/pkg-descr
TAKATSU Tomonari 5facc1bfe4 - Update to 1.4.1
- Replace tab with a space after WWW: in pkg-descr
2013-06-21 11:29:56 +00:00

9 lines
521 B
Text

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.
WWW: http://cran.r-project.org/web/packages/foreach/