- Add a new port: devel/R-cran-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).

  WWW:	http://cran.r-project.org/web/packages/plyr/
This commit is contained in:
TAKATSU Tomonari 2011-08-30 12:57:12 +00:00
parent 4a9bf586e6
commit ed5955d373
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280761
4 changed files with 35 additions and 0 deletions

View File

@ -11,6 +11,7 @@
SUBDIR += R-cran-bitops
SUBDIR += R-cran-iterators
SUBDIR += R-cran-itertools
SUBDIR += R-cran-plyr
SUBDIR += SpecTcl
SUBDIR += ZendOptimizer
SUBDIR += aap

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (plyr_1.6.tar.gz) = df52ec19393556c806974dc7cb9eafba56c34a2cc50c9f3248574bae57b78bbc
SIZE (plyr_1.6.tar.gz) = 361576

View File

@ -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/