svn commit: r408838 - in head/devel: . R-cran-tidyr

TAKATSU Tomonari tota at FreeBSD.org
Sun Feb 14 00:53:12 UTC 2016


Author: tota
Date: Sun Feb 14 00:53:10 2016
New Revision: 408838
URL: https://svnweb.freebsd.org/changeset/ports/408838

Log:
  - Add new port: devel/R-cran-tidyr
  
    An evolution of 'reshape2'. It's designed specifically for data
    tidying (not general reshaping or aggregating) and works well with
    'dplyr' data pipelines.
  
    WWW: https://cran.r-project.org/web/packages/tidyr/

Added:
  head/devel/R-cran-tidyr/
  head/devel/R-cran-tidyr/Makefile   (contents, props changed)
  head/devel/R-cran-tidyr/distinfo   (contents, props changed)
  head/devel/R-cran-tidyr/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Feb 14 00:04:50 2016	(r408837)
+++ head/devel/Makefile	Sun Feb 14 00:53:10 2016	(r408838)
@@ -42,6 +42,7 @@
     SUBDIR += R-cran-reshape2
     SUBDIR += R-cran-rngtools
     SUBDIR += R-cran-rstudioapi
+    SUBDIR += R-cran-tidyr
     SUBDIR += SpecTcl
     SUBDIR += aap
     SUBDIR += aarch64-binutils

Added: head/devel/R-cran-tidyr/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-tidyr/Makefile	Sun Feb 14 00:53:10 2016	(r408838)
@@ -0,0 +1,22 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	tidyr
+PORTVERSION=	0.4.1
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	Easily tidy data with spread and gather functions
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	R-cran-dplyr>=0.4:${PORTSDIR}/math/R-cran-dplyr \
+		R-cran-stringi>0:${PORTSDIR}/textproc/R-cran-stringi \
+		R-cran-lazyeval>0:${PORTSDIR}/math/R-cran-lazyeval \
+		R-cran-magrittr>0:${PORTSDIR}/devel/R-cran-magrittr \
+		R-cran-Rcpp>0:${PORTSDIR}/devel/R-cran-Rcpp
+
+USES=	cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-tidyr/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-tidyr/distinfo	Sun Feb 14 00:53:10 2016	(r408838)
@@ -0,0 +1,2 @@
+SHA256 (tidyr_0.4.1.tar.gz) = 506cfb48b9fc697c9c259588b8e1aab8547e14ab98741a73153d122ab2a7e676
+SIZE (tidyr_0.4.1.tar.gz) = 158472

Added: head/devel/R-cran-tidyr/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-tidyr/pkg-descr	Sun Feb 14 00:53:10 2016	(r408838)
@@ -0,0 +1,5 @@
+An evolution of 'reshape2'. It's designed specifically for data
+tidying (not general reshaping or aggregating) and works well with
+'dplyr' data pipelines.
+
+WWW: https://cran.r-project.org/web/packages/tidyr/


More information about the svn-ports-all mailing list