aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-tidyselect
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2017-09-05 23:09:55 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2017-09-05 23:09:55 +0000
commitf38da462f06d59ca909609cc8eacbaa3b9e81952 (patch)
tree2ad0704315c243f8d0bf85da4aba41df59822709 /devel/R-cran-tidyselect
parentf1f02b2277dfc1aff83ebb3a65bfa492faf2237e (diff)
downloadports-f38da462f06d59ca909609cc8eacbaa3b9e81952.tar.gz
ports-f38da462f06d59ca909609cc8eacbaa3b9e81952.zip
- Add new port: devel/R-cran-tidyselect
A backend for the selecting functions of the 'tidyverse'. It makes it easy to implement select-like functions in your own packages in a way that is consistent with other 'tidyverse' interfaces for selection. WWW: https://cran.r-project.org/web/packages/tidyselect/
Notes
Notes: svn path=/head/; revision=449318
Diffstat (limited to 'devel/R-cran-tidyselect')
-rw-r--r--devel/R-cran-tidyselect/Makefile23
-rw-r--r--devel/R-cran-tidyselect/distinfo3
-rw-r--r--devel/R-cran-tidyselect/pkg-descr6
3 files changed, 32 insertions, 0 deletions
diff --git a/devel/R-cran-tidyselect/Makefile b/devel/R-cran-tidyselect/Makefile
new file mode 100644
index 000000000000..f0417942b7ba
--- /dev/null
+++ b/devel/R-cran-tidyselect/Makefile
@@ -0,0 +1,23 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= tidyselect
+PORTVERSION= 0.2.0
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Select from a Set of Strings
+
+LICENSE= GPLv3
+
+CRAN_DEPENDS= R-cran-glue>0:devel/R-cran-glue \
+ R-cran-purrr>0:devel/R-cran-purrr \
+ R-cran-rlang>=0.1:devel/R-cran-rlang \
+ R-cran-Rcpp>=0.12.0:devel/R-cran-Rcpp
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
+
+USES= cran:auto-plist,compiles
+
+.include <bsd.port.mk>
diff --git a/devel/R-cran-tidyselect/distinfo b/devel/R-cran-tidyselect/distinfo
new file mode 100644
index 000000000000..7922b5939977
--- /dev/null
+++ b/devel/R-cran-tidyselect/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1504632747
+SHA256 (tidyselect_0.2.0.tar.gz) = 396117335269021d8709e2b1ddd613da81e2bfe56fdc58e107bbccbe0ac320c0
+SIZE (tidyselect_0.2.0.tar.gz) = 20642
diff --git a/devel/R-cran-tidyselect/pkg-descr b/devel/R-cran-tidyselect/pkg-descr
new file mode 100644
index 000000000000..b6c66590a26d
--- /dev/null
+++ b/devel/R-cran-tidyselect/pkg-descr
@@ -0,0 +1,6 @@
+A backend for the selecting functions of the 'tidyverse'. It makes
+it easy to implement select-like functions in your own packages in
+a way that is consistent with other 'tidyverse' interfaces for
+selection.
+
+WWW: https://cran.r-project.org/web/packages/tidyselect/