1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: r-cran-plyr
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Carlos Borroto <carlos.borroto@gmail.com>,
Andreas Tille <tille@debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
dh-r,
r-base-dev,
r-cran-rcpp
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-plyr.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-plyr.git
Homepage: https://cran.r-project.org/package=plyr
Package: r-cran-plyr
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${R: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).
|