forked from hadley/plyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
73 lines (73 loc) · 1.75 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Package: plyr
Type: Package
Title: Tools for splitting, applying and combining data
Version: 1.6
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)
Suggests:
abind,
testthat (>= 0.2),
tcltk,
foreach
Imports:
itertools,
iterators
License: MIT
LazyData: true
Collate:
'dimensions.r'
'helper-arrange.r'
'helper-col-wise.r'
'helper-count.r'
'helper-data-frame.r'
'helper-defaults.r'
'helper-each.r'
'helper-match-df.r'
'helper-mutate.r'
'helper-quick-df.r'
'helper-rename.r'
'helper-round-any.r'
'helper-splat.r'
'helper-strip-splits.r'
'helper-summarise.r'
'helper-try.r'
'helper-vaggregate.r'
'id.r'
'immutable.r'
'indexed-array.r'
'indexed-data-frame.r'
'indexed.r'
'join.r'
'loop-apply.r'
'ply-array.r'
'ply-data-frame.r'
'ply-iterator.r'
'ply-list.r'
'ply-mapply.r'
'ply-null.r'
'ply-replicate.r'
'progress.r'
'quote.r'
'rbind-matrix.r'
'rbind.r'
'simplify-array.r'
'simplify-data-frame.r'
'simplify-vector.r'
'split-array.r'
'split-data-frame.r'
'split-indices.r'
'split.r'
'utils.r'
'data.r'