forked from wibeasley/plyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 895 Bytes
/
DESCRIPTION
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
Package: plyr
Type: Package
Title: Tools for splitting, applying and combining data
Version: 1.8.0.99
Author: Hadley Wickham <[email protected]>
Maintainer: Hadley Wickham <[email protected]>
Description: 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).
URL: http://had.co.nz/plyr
Depends:
R (>= 2.11.0)
LinkingTo: Rcpp
Suggests:
abind,
testthat,
tcltk,
foreach,
doMC,
itertools,
iterators
License: MIT
LazyData: true