diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-08-30 12:57:12 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-08-30 12:57:12 +0000 |
commit | ed5955d373a0715927f9ca7d972e8cc8cbe397dd (patch) | |
tree | 81e93ef8e643e0d7412055f9bc57c9febb885913 /devel/R-cran-plyr | |
parent | 4a9bf586e6b890a057f86f0c30bef2da57d88f8a (diff) | |
download | ports-ed5955d373a0715927f9ca7d972e8cc8cbe397dd.tar.gz ports-ed5955d373a0715927f9ca7d972e8cc8cbe397dd.zip |
Notes
Diffstat (limited to 'devel/R-cran-plyr')
-rw-r--r-- | devel/R-cran-plyr/Makefile | 23 | ||||
-rw-r--r-- | devel/R-cran-plyr/distinfo | 2 | ||||
-rw-r--r-- | devel/R-cran-plyr/pkg-descr | 9 |
3 files changed, 34 insertions, 0 deletions
diff --git a/devel/R-cran-plyr/Makefile b/devel/R-cran-plyr/Makefile new file mode 100644 index 000000000000..345048d4d5d3 --- /dev/null +++ b/devel/R-cran-plyr/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: R-cran-plyr +# Date created: 2011-08-16 +# Whom: TAKATSU Tomonari <tota@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= plyr +PORTVERSION= 1.6 +CATEGORIES= devel +PKGNAMEPREFIX= R-cran- +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Tools for splitting, applying and combining data + +RUN_DEPENDS= R-cran-itertools>0:${PORTSDIR}/devel/R-cran-itertools \ + R-cran-iterators>0:${PORTSDIR}/devel/R-cran-iterators + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/devel/R-cran-plyr/distinfo b/devel/R-cran-plyr/distinfo new file mode 100644 index 000000000000..1fed0e982200 --- /dev/null +++ b/devel/R-cran-plyr/distinfo @@ -0,0 +1,2 @@ +SHA256 (plyr_1.6.tar.gz) = df52ec19393556c806974dc7cb9eafba56c34a2cc50c9f3248574bae57b78bbc +SIZE (plyr_1.6.tar.gz) = 361576 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/ |