aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-plyr/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/R-cran-plyr/pkg-descr')
-rw-r--r--devel/R-cran-plyr/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/R-cran-plyr/pkg-descr b/devel/R-cran-plyr/pkg-descr
new file mode 100644
index 000000000000..673fd451546a
--- /dev/null
+++ b/devel/R-cran-plyr/pkg-descr
@@ -0,0 +1,9 @@
+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).
+
+WWW: http://cran.r-project.org/web/packages/plyr/