软件包:r-cran-plyr(1.8.9-1) [debports]
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.0)
- GCC 支持库
-
- dep: libstdc++6 (>= 13.1)
- GNU 标准 C++ 库,第3版
-
- 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 multi-dimensional array combination function
-
- 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