[ ソース: r-cran-plyr ]
パッケージ: r-cran-plyr (1.8.9-1)
r-cran-plyr に関するリンク
Debian の資源:
r-cran-plyr ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [cran.r-project.org]
類似のパッケージ:
tools for splitting, applying and combining data
plyr is a set of tools that solves a common set of problems: you need to break a big problem down into manageable pieces, operate on each pieces and then put all the pieces back together. For example, you might want to fit a model to each spatial location or time point in your study, summarise data by panels or collapse high-dimensional arrays to simpler summary statistics. The development of plyr has been generously supported by BD (Becton Dickinson).
その他の r-cran-plyr 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.11)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc-s1 (>= 3.5)
- GCC 共有ライブラリ
-
- dep: libstdc++6 (>= 13.1)
- GNU 標準 C++ ライブラリ v3
-
- dep: r-api-4.0
- 以下のパッケージによって提供される仮想パッケージです: r-base-core
-
- dep: r-cran-rcpp (>= 0.11.0)
- GNU R package for Seamless R and C++ Integration
-
- rec: r-cran-abind
- GNU R abind 多次元行列結合関数
-
- rec: r-cran-covr
- test coverage for GNU R packages
-
- rec: r-cran-doparallel
- GNU R foreach parallel adaptor for the parallel package
-
- rec: r-cran-foreach
- GNU R foreach looping support
-
- rec: r-cran-iterators
- GNU R iterator support for vectors, lists and other containers
-
- rec: r-cran-itertools
- Iterator Tools
-
- rec: r-cran-testthat
- GNU R testsuite