Pakket: r-cran-foreach (1.5.1-1)
Verwijzigingen voor r-cran-foreach
Debian bronnen:
Het bronpakket r-cran-foreach downloaden:
- [r-cran-foreach_1.5.1-1.dsc]
- [r-cran-foreach_1.5.1.orig.tar.gz]
- [r-cran-foreach_1.5.1-1.debian.tar.xz]
Beheerder:
Externe bronnen:
- Homepage [cran.r-project.org]
Vergelijkbare pakketten:
GNU R foreach looping support
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.
Andere aan r-cran-foreach gerelateerde pakketten
|
|
|
|
-
- dep: r-api-4.0
- virtueel pakket geboden door r-base-core
-
- dep: r-base-core (>= 4.0.3-1)
- GNU R core of statistical computation and graphics system
-
- dep: r-cran-codetools
- GNU R package providing code analysis tools
-
- dep: r-cran-iterators
- GNU R iterator support for vectors, lists and other containers