svn commit: r416960 - in head/devel: . R-cran-tibble
TAKATSU Tomonari
tota at FreeBSD.org
Thu Jun 16 12:07:27 UTC 2016
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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= tibble
+PORTVERSION= 1.0
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota at 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/
More information about the svn-ports-head
mailing list