diff options
author | David Naylor <dbn@FreeBSD.org> | 2018-09-24 07:12:05 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2018-09-24 07:12:05 +0000 |
commit | e95828dcdb9e84339e0a3091ef9a400e985a0c27 (patch) | |
tree | 841d26ba2738c7270d2fd9b0779c8449970d43d4 /math/R-cran-forcats | |
parent | 09d12d3243e54b1dfd13c76ccd949678cb53d3d0 (diff) | |
download | freebsd-ports-e95828dcdb9e84339e0a3091ef9a400e985a0c27.zip |
math/R-cran-forcats: Tools for Working with Categorical Variables (Factors)
Generated by: portcran (0.1.8)
Diffstat (limited to 'math/R-cran-forcats')
-rw-r--r-- | math/R-cran-forcats/Makefile | 20 | ||||
-rw-r--r-- | math/R-cran-forcats/distinfo | 3 | ||||
-rw-r--r-- | math/R-cran-forcats/pkg-descr | 6 |
3 files changed, 29 insertions, 0 deletions
diff --git a/math/R-cran-forcats/Makefile b/math/R-cran-forcats/Makefile new file mode 100644 index 000000000000..7ec8ae8be215 --- /dev/null +++ b/math/R-cran-forcats/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= forcats +DISTVERSION= 0.3.0 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= dbn@FreeBSD.org +COMMENT= Tools for Working with Categorical Variables (Factors) + +LICENSE= GPLv3 + +RUN_DEPENDS= R-cran-magrittr>0:devel/R-cran-magrittr \ + R-cran-rlang>0:devel/R-cran-rlang \ + R-cran-tibble>0:devel/R-cran-tibble +TEST_DEPENDS= R-cran-ggplot2>0:graphics/R-cran-ggplot2 + +USES= cran:auto-plist + +.include <bsd.port.mk> diff --git a/math/R-cran-forcats/distinfo b/math/R-cran-forcats/distinfo new file mode 100644 index 000000000000..a2b0e3c8bb9b --- /dev/null +++ b/math/R-cran-forcats/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1537772928 +SHA256 (forcats_0.3.0.tar.gz) = 95814610ec18b8a8830eba63751954387f9d21400d6ab40394ed0ff22c0cb657 +SIZE (forcats_0.3.0.tar.gz) = 127229 diff --git a/math/R-cran-forcats/pkg-descr b/math/R-cran-forcats/pkg-descr new file mode 100644 index 000000000000..6100ef8d2e4f --- /dev/null +++ b/math/R-cran-forcats/pkg-descr @@ -0,0 +1,6 @@ +Helpers for reordering factor levels (including moving specified levels to +front, ordering by first appearance, reversing, and randomly shuffling), and +tools for modifying factor levels (including collapsing rare levels into other, +'anonymising', and manually 'recoding'). + +WWW: http://forcats.tidyverse.org |