aboutsummaryrefslogtreecommitdiffstats
path: root/devel/R-cran-reshape/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/R-cran-reshape/pkg-descr')
-rw-r--r--devel/R-cran-reshape/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/R-cran-reshape/pkg-descr b/devel/R-cran-reshape/pkg-descr
new file mode 100644
index 000000000000..a6394c5bd877
--- /dev/null
+++ b/devel/R-cran-reshape/pkg-descr
@@ -0,0 +1,6 @@
+Reshape (hopefully) makes it easy to do what you have been struggling
+to do with tapply, by, aggregate, xtabs, apply and summarise. It
+is also useful for getting your data into the correct structure for
+lattice or ggplot plots.
+
+WWW: http://had.co.nz/reshape/