# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "plyr" in publications use:' type: software license: MIT title: 'plyr: Tools for Splitting, Applying and Combining Data' version: 1.8.9.9000 identifiers: - type: doi value: 10.32614/CRAN.package.plyr abstract: '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: - family-names: Wickham given-names: Hadley email: hadley@rstudio.com preferred-citation: type: article title: The Split-Apply-Combine Strategy for Data Analysis authors: - family-names: Wickham given-names: Hadley email: hadley@rstudio.com journal: Journal of Statistical Software year: '2011' volume: '40' issue: '1' url: https://www.jstatsoft.org/v40/i01/ start: '1' end: '29' repository: https://hadley.r-universe.dev repository-code: https://github.com/hadley/plyr commit: d57f9377eb5d56107ba3136775f2f0f005f33aa3 url: http://had.co.nz/plyr contact: - family-names: Wickham given-names: Hadley email: hadley@rstudio.com