Language

Package: r-foreach @ 1.4.7

Synopsis

Foreach looping construct for R

Description

This package provides 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.

Home page
https://cran.r-project.org/web/packages/foreach
Location
gnu/packages/statistics.scm (line: 3058, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings