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
CRAN
2026-02-24 13:47:12 +00:00
1
Apache License (== 2.0)
Folashade Daniel
Hong Ooi
Rich Calaway
Microsoft
Steve Weston
88 KiB
Assets (1)
Versions (1) View all
1.5.2 2026-02-24