diff options
author | wen <wen@pkgsrc.org> | 2013-08-15 09:22:21 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-08-15 09:22:21 +0000 |
commit | 6a58e4c8e7832f4cec3ac8a8bce7da48b114823e (patch) | |
tree | a95eab67d602fdc7bce58fcec80937b850923a9f /math/R-plyr | |
parent | fa8ab7fe60a316e41d53b05788def7f4672620ba (diff) | |
download | pkgsrc-6a58e4c8e7832f4cec3ac8a8bce7da48b114823e.tar.gz |
Imported R-plyr as math/R-plyr.
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).
Diffstat (limited to 'math/R-plyr')
-rw-r--r-- | math/R-plyr/DESCR | 7 | ||||
-rw-r--r-- | math/R-plyr/Makefile | 15 | ||||
-rw-r--r-- | math/R-plyr/distinfo | 5 |
3 files changed, 27 insertions, 0 deletions
diff --git a/math/R-plyr/DESCR b/math/R-plyr/DESCR new file mode 100644 index 00000000000..fdbec7ef15f --- /dev/null +++ b/math/R-plyr/DESCR @@ -0,0 +1,7 @@ +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). diff --git a/math/R-plyr/Makefile b/math/R-plyr/Makefile new file mode 100644 index 00000000000..c6922782c2a --- /dev/null +++ b/math/R-plyr/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2013/08/15 09:22:21 wen Exp $ + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/plyr/ +COMMENT= Tools for splitting, applying and combining data +LICENSE= mit + +R_PKGNAME= plyr +R_PKGVER= 1.8 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-plyr/distinfo b/math/R-plyr/distinfo new file mode 100644 index 00000000000..f3175525539 --- /dev/null +++ b/math/R-plyr/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/08/15 09:22:21 wen Exp $ + +SHA1 (R/plyr_1.8.tar.gz) = 30eed163006591c5916294628b64757c185ec670 +RMD160 (R/plyr_1.8.tar.gz) = 28e4734e8ebc5f0aad1bada9d52eb71bf90217f5 +Size (R/plyr_1.8.tar.gz) = 384462 bytes |