Source: r-cran-plyr Maintainer: Debian R Packages Maintainers Uploaders: Carlos Borroto , Andreas Tille Section: gnu-r Priority: optional Build-Depends: debhelper (>= 11~), dh-r, r-base-dev, r-cran-rcpp (>= 0.11.0) Standards-Version: 4.1.4 Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-plyr Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-plyr.git Homepage: https://cran.r-project.org/package=plyr Package: r-cran-plyr Architecture: any Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${R:Recommends} Suggests: ${R:Suggests} Description: 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).