forked from hadley/plyr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
32 lines (32 loc) · 965 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
30
31
32
Package: plyr
Type: Package
Title: Tools for splitting, applying and combining data
Version: 1.8.1
Author: Hadley Wickham <h.wickham@gmail.com>
Maintainer: Hadley Wickham <h.wickham@gmail.com>
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)
Imports:
Rcpp (>= 0.11.0)
LinkingTo: Rcpp
Suggests:
abind,
testthat,
tcltk,
foreach,
doMC,
itertools,
iterators
License: MIT + file LICENSE
LazyData: true
Roxygen: list(wrap = FALSE)