summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2015-12-18 00:28:24 +0000
committerWen Heping <wen@FreeBSD.org>2015-12-18 00:28:24 +0000
commitaf3cb164eb5cd242dd8cc2c1f2664cc321ed9328 (patch)
treead737fbdd5b73d929b42d9434cba74efbd4d97ef /math
parentSwitch to USES=execinfo. (diff)
A fast, consistent tool for working with data frame like
objects, both in memory and out of memory. WWW: https://github.com/hadley/dplyr
Notes
Notes: svn path=/head/; revision=403943
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-dplyr/Makefile31
-rw-r--r--math/R-cran-dplyr/distinfo2
-rw-r--r--math/R-cran-dplyr/pkg-descr4
4 files changed, 38 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index be865eab9fd2..b5661a093fec 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -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
diff --git a/math/R-cran-dplyr/Makefile b/math/R-cran-dplyr/Makefile
new file mode 100644
index 000000000000..a98a974c755c
--- /dev/null
+++ b/math/R-cran-dplyr/Makefile
@@ -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>
diff --git a/math/R-cran-dplyr/distinfo b/math/R-cran-dplyr/distinfo
new file mode 100644
index 000000000000..374323b0420f
--- /dev/null
+++ b/math/R-cran-dplyr/distinfo
@@ -0,0 +1,2 @@
+SHA256 (dplyr_0.4.3.tar.gz) = 8c364c7baed0710004f3b68cb6ed430ac7e4a08afcaa0608123d7b72895d19dd
+SIZE (dplyr_0.4.3.tar.gz) = 655997
diff --git a/math/R-cran-dplyr/pkg-descr b/math/R-cran-dplyr/pkg-descr
new file mode 100644
index 000000000000..e06aaf86a0b6
--- /dev/null
+++ b/math/R-cran-dplyr/pkg-descr
@@ -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