./devel/R-foreach, Provides Foreach Looping Construct

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.5.2, Package name: R-foreach-1.5.2, Maintainer: pkgsrc-users

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.


Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2022-12-18 03:10:59 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
(devel/R-foreach) import R-foreach-1.5.2

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.