pkgsrc/math/R-plyr/Makefile
wen a323eb3f4f 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).
2013-08-15 09:22:21 +00:00

15 lines
369 B
Makefile

# $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"