Subject: CVS commit: wip/R-foreach
From: Mike M. Volokhov
Date: 2012-05-04 00:37:49
Message id: E1SQ4f0-0005vi-Tr@sfs-ml-2.v29.ch3.sourceforge.com

Log Message:
Import R-foreach-1.4.0 as wip/R-foreach.

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.


Files:
RevisionActionfile
1.1importwip/R-foreach/Makefile
1.1importwip/R-foreach/MESSAGE
1.1importwip/R-foreach/distinfo
1.1importwip/R-foreach/buildlink3.mk
1.1importwip/R-foreach/DESCR