Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2018 07:12:05 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480552 - in head/math: . R-cran-forcats
Message-ID:  <201809240712.w8O7C5iq002332@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Mon Sep 24 07:12:05 2018
New Revision: 480552
URL: https://svnweb.freebsd.org/changeset/ports/480552

Log:
  math/R-cran-forcats: Tools for Working with Categorical Variables (Factors)
  
  Generated by:	portcran (0.1.8)

Added:
  head/math/R-cran-forcats/
  head/math/R-cran-forcats/Makefile   (contents, props changed)
  head/math/R-cran-forcats/distinfo   (contents, props changed)
  head/math/R-cran-forcats/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Mon Sep 24 07:04:15 2018	(r480551)
+++ head/math/Makefile	Mon Sep 24 07:12:05 2018	(r480552)
@@ -46,6 +46,7 @@
     SUBDIR += R-cran-dlmodeler
     SUBDIR += R-cran-dplyr
     SUBDIR += R-cran-expm
+    SUBDIR += R-cran-forcats
     SUBDIR += R-cran-forecast
     SUBDIR += R-cran-fracdiff
     SUBDIR += R-cran-geepack

Added: head/math/R-cran-forcats/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-forcats/Makefile	Mon Sep 24 07:12:05 2018	(r480552)
@@ -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>

Added: head/math/R-cran-forcats/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-forcats/distinfo	Mon Sep 24 07:12:05 2018	(r480552)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1537772928
+SHA256 (forcats_0.3.0.tar.gz) = 95814610ec18b8a8830eba63751954387f9d21400d6ab40394ed0ff22c0cb657
+SIZE (forcats_0.3.0.tar.gz) = 127229

Added: head/math/R-cran-forcats/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-forcats/pkg-descr	Mon Sep 24 07:12:05 2018	(r480552)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809240712.w8O7C5iq002332>