[ ソース: r-cran-foreach ]
パッケージ: r-cran-foreach (1.5.2-1)
r-cran-foreach に関するリンク
Debian の資源:
r-cran-foreach ソースパッケージをダウンロード:
- [r-cran-foreach_1.5.2-1.dsc]
- [r-cran-foreach_1.5.2.orig.tar.gz]
- [r-cran-foreach_1.5.2-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.1.2-2)
- GNU R core of statistical computation and graphics system
-
- dep: r-cran-codetools
- コード解析ツールを提供する GNU R パッケージ
-
- dep: r-cran-iterators
- GNU R iterator support for vectors, lists and other containers