软件包: r-cran-plyr (1.8.6-2build1)
r-cran-plyr 的相关链接
Trisquel 的资源:
下载源码包 r-cran-plyr:
- [r-cran-plyr_1.8.6-2build1.dsc]
- [r-cran-plyr_1.8.6.orig.tar.gz]
- [r-cran-plyr_1.8.6-2build1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian R Packages Maintainers
- Carlos Borroto
- Andreas Tille
外部的资源:
- 主页 [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.14)
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC support library
-
- dep: libstdc++6 (>= 5.2)
- GNU Standard C++ Library v3
-
- dep: r-api-4.0
- 本虚包由这些包填实: r-base-core
-
- dep: r-base-core (>= 4.0.0.20200528-1)
- GNU R core of statistical computation and graphics system
-
- 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-domc
- GNU R parallel excution backend for %dopar% using multicore
-
- rec: r-cran-testthat
- GNU R testsuite
-
- sug: r-cran-covr
- test coverage for GNU R packages
-
- sug: r-cran-doparallel
- GNU R foreach parallel adaptor for the parallel package
-
- sug: r-cran-foreach
- GNU R foreach looping support
-
- sug: r-cran-iterators
- GNU R iterator support for vectors, lists and other containers
-
- sug: r-cran-itertools
- Iterator Tools