套件: r-cran-foreach (1.4.8-1)
r-cran-foreach 的相關超連結
Trisquel 的資源:
下載原始碼套件 r-cran-foreach:
- [r-cran-foreach_1.4.8-1.dsc]
- [r-cran-foreach_1.4.8.orig.tar.gz]
- [r-cran-foreach_1.4.8-1.debian.tar.xz]
維護者:
Original Maintainer:
- Dirk Eddelbuettel
外部的資源:
- 主頁 [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-3.5
- 本虛擬套件由這些套件提供: r-base-core
-
- dep: r-base-core (>= 3.6.2-2)
- 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