./wip/R-foreach, Foreach looping construct for R

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


Branch: CURRENT, Version: 1.5.1, Package name: R-foreach-1.5.1, Maintainer: pkg-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.


Required to run:
[math/R] [devel/R-iterators]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2013-03-19 02:22:55 by Mike M. Volokhov | Files touched by this commit (17)
Log message:
Move LICENSE right below COMMENT, that's where it usually should be.
Noted by <wiz> - thank you very much!
   2012-08-30 21:03:42 by Mike M. Volokhov | Files touched by this commit (10)
Log message:
Cleanup Makefiles and get them ready to import.
   2012-07-18 13:34:48 by Mike M. Volokhov | Files touched by this commit (9)
Log message:
Align .includes.
   2012-07-18 13:23:41 by Mike M. Volokhov | Files touched by this commit (6)
Log message:
Cleanup package categories.
   2012-07-18 13:14:48 by Mike M. Volokhov | Files touched by this commit (10)
Log message:
Set R dependency version to what actually required the library.
   2012-07-18 01:43:43 by Mike M. Volokhov | Files touched by this commit (13)
Log message:
Take responsibility for all that R stuff I imported so far.
   2012-05-10 02:06:14 by Mike M. Volokhov | Files touched by this commit (1)
Log message:
Don't ask but suggest instead to install one of do* packages.
   2012-05-04 00:37:49 by Mike M. Volokhov | Files touched by this commit (5) | Imported package
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.