1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

A fast, consistent tool for working with data frame like

objects, both in memory and out of memory.

WWW: https://github.com/hadley/dplyr
This commit is contained in:
Wen Heping 2015-12-18 00:28:24 +00:00
parent 6057680963
commit af3cb164eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403943
4 changed files with 38 additions and 0 deletions

View File

@ -29,6 +29,7 @@
SUBDIR += R-cran-coda
SUBDIR += R-cran-deldir
SUBDIR += R-cran-dlmodeler
SUBDIR += R-cran-dplyr
SUBDIR += R-cran-forecast
SUBDIR += R-cran-fracdiff
SUBDIR += R-cran-gpclib

View File

@ -0,0 +1,31 @@
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= dplyr
DISTVERSION= 0.4.3
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Grammar of Data Manipulation
LICENSE= MIT
BUILD_DEPENDS= R-cran-Rcpp>=0.11:${PORTSDIR}/devel/R-cran-Rcpp \
R-cran-BH>=1.58.0.1:${PORTSDIR}/devel/R-cran-BH \
R-cran-R6>=0:${PORTSDIR}/devel/R-cran-R6 \
R-cran-DBI>=0.3:${PORTSDIR}/databases/R-cran-DBI \
R-cran-magrittr>=0:${PORTSDIR}/devel/R-cran-magrittr \
R-cran-lazyeval>=0.1.10:${PORTSDIR}/math/R-cran-lazyeval \
R-cran-assertthat>=0:${PORTSDIR}/math/R-cran-assertthat
RUN_DEPENDS= R-cran-Rcpp>=0.11:${PORTSDIR}/devel/R-cran-Rcpp \
R-cran-BH>=1.58.0.1:${PORTSDIR}/devel/R-cran-BH \
R-cran-R6>=0:${PORTSDIR}/devel/R-cran-R6 \
R-cran-DBI>=0.3:${PORTSDIR}/databases/R-cran-DBI \
R-cran-magrittr>=0:${PORTSDIR}/devel/R-cran-magrittr \
R-cran-lazyeval>=0.1.10:${PORTSDIR}/math/R-cran-lazyeval \
R-cran-assertthat>=0:${PORTSDIR}/math/R-cran-assertthat
USES= cran:auto-plist
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (dplyr_0.4.3.tar.gz) = 8c364c7baed0710004f3b68cb6ed430ac7e4a08afcaa0608123d7b72895d19dd
SIZE (dplyr_0.4.3.tar.gz) = 655997

View File

@ -0,0 +1,4 @@
A fast, consistent tool for working with data frame like
objects, both in memory and out of memory.
WWW: https://github.com/hadley/dplyr