[ 源代码: r-cran-foreach ]
软件包:r-cran-foreach(1.4.4-2)
r-cran-foreach 的相关链接
Debian 的资源:
下载源码包 r-cran-foreach:
- [r-cran-foreach_1.4.4-2.dsc]
- [r-cran-foreach_1.4.4.orig.tar.gz]
- [r-cran-foreach_1.4.4-2.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-3.5
- 本虚包由这些包填实: r-base-core
-
- dep: r-base-core (>= 3.5.0-5)
- 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