Package: plyr Version: 1.8.4 Title: Tools for Splitting, Applying and Combining Data Description: 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. The development of 'plyr' has been generously supported by 'Becton Dickinson'. Authors@R: person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")) URL: http://had.co.nz/plyr, https://github.com/hadley/plyr BugReports: https://github.com/hadley/plyr/issues Depends: R (>= 3.1.0) Imports: Rcpp (>= 0.11.0) LinkingTo: Rcpp Suggests: abind, testthat, tcltk, foreach, doParallel, itertools, iterators, covr License: MIT + file LICENSE LazyData: true RoxygenNote: 5.0.1 NeedsCompilation: yes Packaged: 2016-06-07 19:58:36 UTC; hadley Author: Hadley Wickham [aut, cre] Maintainer: Hadley Wickham Repository: CRAN Date/Publication: 2016-06-08 10:40:15 Built: R 3.2.3; x86_64-pc-linux-gnu; 2016-10-26 17:31:02 UTC; unix