Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jun 2016 12:07:26 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416960 - in head/devel: . R-cran-tibble
Message-ID:  <201606161207.u5GC7QMu046410@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Thu Jun 16 12:07:26 2016
New Revision: 416960
URL: https://svnweb.freebsd.org/changeset/ports/416960

Log:
  - Add new port: devel/R-cran-tibble
  
    tibble provides a 'tbl_df' class that offers better checking and
    printing capabilities than traditional data frames.
  
    WWW: https://cran.r-project.org/web/packages/tibble/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Jun 16 11:54:23 2016	(r416959)
+++ head/devel/Makefile	Thu Jun 16 12:07:26 2016	(r416960)
@@ -43,6 +43,7 @@
     SUBDIR += R-cran-reshape2
     SUBDIR += R-cran-rngtools
     SUBDIR += R-cran-rstudioapi
+    SUBDIR += R-cran-tibble
     SUBDIR += R-cran-tidyr
     SUBDIR += SpecTcl
     SUBDIR += aap

Added: head/devel/R-cran-tibble/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-tibble/Makefile	Thu Jun 16 12:07:26 2016	(r416960)
@@ -0,0 +1,20 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	tibble
+PORTVERSION=	1.0
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Simple Data Frames
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	R-cran-assertthat>0:math/R-cran-assertthat \
+		R-cran-lazyeval>0.0.10:math/R-cran-lazyeval \
+		R-cran-Rcpp>0:devel/R-cran-Rcpp
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-tibble/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-tibble/distinfo	Thu Jun 16 12:07:26 2016	(r416960)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1466077159
+SHA256 (tibble_1.0.tar.gz) = c61285cc07dc9182b7a631c648eaf6f8994f5fde0f603736ada2c2da6b55b180
+SIZE (tibble_1.0.tar.gz) = 38038

Added: head/devel/R-cran-tibble/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-tibble/pkg-descr	Thu Jun 16 12:07:26 2016	(r416960)
@@ -0,0 +1,4 @@
+tibble provides a 'tbl_df' class that offers better checking and
+printing capabilities than traditional data frames.
+
+WWW: https://cran.r-project.org/web/packages/tibble/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606161207.u5GC7QMu046410>