diff options
author | tota <tota@FreeBSD.org> | 2011-09-03 08:42:36 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-09-03 08:42:36 +0800 |
commit | 40988404787b21863bd78ad2c4be1e313bb6edc2 (patch) | |
tree | 0aecb402efcc6eef0dec9a2db455431f81ade6a5 /devel/Makefile | |
parent | 87587931bfa1dda04e8ef7de1c949b0331fbefff (diff) | |
download | freebsd-ports-gnome-40988404787b21863bd78ad2c4be1e313bb6edc2.tar.gz freebsd-ports-gnome-40988404787b21863bd78ad2c4be1e313bb6edc2.tar.zst freebsd-ports-gnome-40988404787b21863bd78ad2c4be1e313bb6edc2.zip |
- Add a new port: devel/R-cran-reshape
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/
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index db3de296b6c5..121055155b26 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -12,6 +12,7 @@ SUBDIR += R-cran-iterators SUBDIR += R-cran-itertools SUBDIR += R-cran-plyr + SUBDIR += R-cran-reshape SUBDIR += SpecTcl SUBDIR += ZendOptimizer SUBDIR += aap |