[ 原始碼: r-cran-foreach ]
套件:r-cran-foreach(1.5.1-1)
r-cran-foreach 的相關連結
Debian 的資源:
下載原始碼套件 r-cran-foreach:
- [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]
維護者:
外部的資源:
- 主頁 [cran.r-project.org]
相似套件:
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.
其他與 r-cran-foreach 有關的套件
|
|
|
|
-
- dep: r-api-4.0
- 本虛擬套件由這些套件填實: 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