foreach (1.5.2)
Published 2026-02-24 13:47:12 +00:00 by atheaadmin
Installation
options("repos" = c(getOption("repos"), c(gitea=" ")))install.packages("foreach")About this package
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.Provides Foreach Looping Construct
Dependencies
| Imports | codetools, utils, iterators |
| Depends | R (>= 2.5.0) |
| Suggests | randomForest, doMC, doParallel, testthat, knitr, rmarkdown |
Details
2026-02-24 13:47:12 +00:00
Assets (1)
Versions (1)
View all
CRAN
0
Apache License (== 2.0)
Folashade Daniel
Hong Ooi
Rich Calaway
Microsoft
Steve Weston
88 KiB
foreach_1.5.2.tar.gz
88 KiB
1.5.2
2026-02-24