Package: foreach 1.5.2
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.
Authors:
foreach_1.5.2.tar.gz
foreach_1.5.2.zip(r-4.5)foreach_1.5.2.zip(r-4.4)foreach_1.5.2.zip(r-4.3)
foreach_1.5.2.tgz(r-4.4-any)foreach_1.5.2.tgz(r-4.3-any)
foreach_1.5.2.tar.gz(r-4.5-noble)foreach_1.5.2.tar.gz(r-4.4-noble)
foreach_1.5.2.tgz(r-4.4-emscripten)foreach_1.5.2.tgz(r-4.3-emscripten)
foreach.pdf |foreach.html✨
foreach/json (API)
NEWS
# Install 'foreach' in R: |
install.packages('foreach', repos = c('https://revolutionanalytics.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/revolutionanalytics/foreach/issues
Last updated 3 years agofrom:59176c0c37. Checks:OK: 5 NOTE: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 30 2024 |
R-4.5-win | OK | Oct 30 2024 |
R-4.5-linux | OK | Oct 30 2024 |
R-4.4-win | NOTE | Oct 30 2024 |
R-4.4-mac | OK | Oct 30 2024 |
R-4.3-win | NOTE | Oct 30 2024 |
R-4.3-mac | OK | Oct 30 2024 |
Exports:%:%%do%%dopar%accumulateforeachgetDoParNamegetDoParRegisteredgetDoParVersiongetDoParWorkersgetDoSeqNamegetDoSeqRegisteredgetDoSeqVersiongetDoSeqWorkersgetErrorIndexgetErrorValuegetexportsgetResultmakeAccumregisterDoSEQsetDoParsetDoSeqtimeswhen
Readme and manuals
Help Manual
Help page | Topics |
---|---|
foreach | %:% %do% %dopar% foreach times when |
foreach extension functions | accumulate accumulate.ifilteredforeach accumulate.iforeach accumulate.ixforeach foreach-ext getErrorIndex getErrorIndex.ifilteredforeach getErrorIndex.iforeach getErrorIndex.ixforeach getErrorValue getErrorValue.ifilteredforeach getErrorValue.iforeach getErrorValue.ixforeach getexports getResult getResult.ifilteredforeach getResult.iforeach getResult.ixforeach makeAccum |
Functions Providing Information on the doPar Backend | getDoParName getDoParRegistered getDoParVersion getDoParWorkers |
Functions Providing Information on the doSeq Backend | getDoSeqName getDoSeqRegistered getDoSeqVersion getDoSeqWorkers |
registerDoSEQ | registerDoSEQ |
setDoPar | setDoPar |
setDoSeq | setDoSeq |