foreach - Provides Foreach Looping Construct
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.
Last updated 3 years ago
foreachparallel-computing
16.18 score 54 stars 2.7k packages 45k scripts 256k downloadsiterators - Provides Iterator Construct
Support for iterators, which allow a programmer to traverse through all the elements of a vector, list, or other collection of data.
Last updated 3 years ago
13.70 score 5 stars 2.8k packages 1.6k scripts 260k downloadsdoParallel - Foreach Parallel Adaptor for the 'parallel' Package
Provides a parallel backend for the %dopar% function using the parallel package.
Last updated 3 years ago
13.54 score 5 stars 1.3k packages 48k scripts 121k downloadsdoSNOW - Foreach Parallel Adaptor for the 'snow' Package
Provides a parallel backend for the %dopar% function using the snow package of Tierney, Rossini, Li, and Sevcikova.
Last updated 3 years ago
7.89 score 1 stars 95 packages 2.5k scripts 11k downloadsdoMC - Foreach Parallel Adaptor for 'parallel'
Provides a parallel backend for the %dopar% function using the multicore functionality of the parallel package.
Last updated 3 years ago
7.36 score 2 packages 10k scripts 3.7k downloads