Date: Fri, 18 Dec 2015 00:28:24 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403943 - in head/math: . R-cran-dplyr Message-ID: <201512180028.tBI0SOTZ058562@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Fri Dec 18 00:28:24 2015 New Revision: 403943 URL: https://svnweb.freebsd.org/changeset/ports/403943 Log: A fast, consistent tool for working with data frame like objects, both in memory and out of memory. WWW: https://github.com/hadley/dplyr Added: head/math/R-cran-dplyr/ head/math/R-cran-dplyr/Makefile (contents, props changed) head/math/R-cran-dplyr/distinfo (contents, props changed) head/math/R-cran-dplyr/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Dec 18 00:00:32 2015 (r403942) +++ head/math/Makefile Fri Dec 18 00:28:24 2015 (r403943) @@ -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 Added: head/math/R-cran-dplyr/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-dplyr/Makefile Fri Dec 18 00:28:24 2015 (r403943) @@ -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> Added: head/math/R-cran-dplyr/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-dplyr/distinfo Fri Dec 18 00:28:24 2015 (r403943) @@ -0,0 +1,2 @@ +SHA256 (dplyr_0.4.3.tar.gz) = 8c364c7baed0710004f3b68cb6ed430ac7e4a08afcaa0608123d7b72895d19dd +SIZE (dplyr_0.4.3.tar.gz) = 655997 Added: head/math/R-cran-dplyr/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-dplyr/pkg-descr Fri Dec 18 00:28:24 2015 (r403943) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512180028.tBI0SOTZ058562>