r-plyr 1.8.8
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 piece 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.
- Website: http://had.co.nz/plyr
- Licenses: Expat
- Package source: gnu/packages/statistics.scm
- Builds: See build status
- Issues: See known issues
Installation
Install r-plyr 1.8.8
as follows:
guix install r-plyr@1.8.8
Or install the latest version:
guix install r-plyr
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.