summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2016-06-16 12:07:26 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2016-06-16 12:07:26 +0000
commitdf11b2c882f95e63bbfe76e4a5128a83ef9c7d92 (patch)
tree417ec6a316aff9790173ba5617fff8f9a91b7909
parentUpdate to version 2.1.0 (diff)
- 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/
Notes
Notes: svn path=/head/; revision=416960
-rw-r--r--devel/Makefile1
-rw-r--r--devel/R-cran-tibble/Makefile20
-rw-r--r--devel/R-cran-tibble/distinfo3
-rw-r--r--devel/R-cran-tibble/pkg-descr4
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 2a057cc0d834..4fd69d7657d8 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/R-cran-tibble/Makefile b/devel/R-cran-tibble/Makefile
new file mode 100644
index 000000000000..74b0332530c5
--- /dev/null
+++ b/devel/R-cran-tibble/Makefile
@@ -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>
diff --git a/devel/R-cran-tibble/distinfo b/devel/R-cran-tibble/distinfo
new file mode 100644
index 000000000000..ee2b8391f30f
--- /dev/null
+++ b/devel/R-cran-tibble/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1466077159
+SHA256 (tibble_1.0.tar.gz) = c61285cc07dc9182b7a631c648eaf6f8994f5fde0f603736ada2c2da6b55b180
+SIZE (tibble_1.0.tar.gz) = 38038
diff --git a/devel/R-cran-tibble/pkg-descr b/devel/R-cran-tibble/pkg-descr
new file mode 100644
index 000000000000..ffeff1203543
--- /dev/null
+++ b/devel/R-cran-tibble/pkg-descr
@@ -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/