diff options
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/R-cran-rlang/Makefile | 16 | ||||
| -rw-r--r-- | devel/R-cran-rlang/distinfo | 3 | ||||
| -rw-r--r-- | devel/R-cran-rlang/pkg-descr | 4 |
4 files changed, 24 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 182a583b5dea..aad1d1cdf111 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -46,6 +46,7 @@ SUBDIR += R-cran-reshape SUBDIR += R-cran-reshape2 SUBDIR += R-cran-rgexf + SUBDIR += R-cran-rlang SUBDIR += R-cran-rngtools SUBDIR += R-cran-rprojroot SUBDIR += R-cran-rstudioapi diff --git a/devel/R-cran-rlang/Makefile b/devel/R-cran-rlang/Makefile new file mode 100644 index 000000000000..c7b675593cfe --- /dev/null +++ b/devel/R-cran-rlang/Makefile @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= rlang +PORTVERSION= 0.1.1 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Functions for Base Types and Core R and 'Tidyverse' Features + +LICENSE= GPLv3 + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> diff --git a/devel/R-cran-rlang/distinfo b/devel/R-cran-rlang/distinfo new file mode 100644 index 000000000000..f39df1158eb2 --- /dev/null +++ b/devel/R-cran-rlang/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1495156170 +SHA256 (rlang_0.1.1.tar.gz) = 5901f95d68728a7d9bb1c2373a20ce6e4ad222f66e397e7735e9eff987c73c3f +SIZE (rlang_0.1.1.tar.gz) = 201419 diff --git a/devel/R-cran-rlang/pkg-descr b/devel/R-cran-rlang/pkg-descr new file mode 100644 index 000000000000..91e8da6af0dd --- /dev/null +++ b/devel/R-cran-rlang/pkg-descr @@ -0,0 +1,4 @@ +A toolbox for working with base types, core R features like the +condition system, and core 'Tidyverse' features like tidy evaluation. + +WWW: https://cran.r-project.org/web/packages/rlang/ |
