From owner-svn-ports-head@freebsd.org Mon Sep 24 07:12:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7FCC10A5796; Mon, 24 Sep 2018 07:12:06 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6BD42727E3; Mon, 24 Sep 2018 07:12:06 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4D3CB16223; Mon, 24 Sep 2018 07:12:06 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8O7C6GR002354; Mon, 24 Sep 2018 07:12:06 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8O7C5iq002332; Mon, 24 Sep 2018 07:12:05 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201809240712.w8O7C5iq002332@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Mon, 24 Sep 2018 07:12:05 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: dbn X-SVN-Commit-Paths: in head/math: . R-cran-forcats X-SVN-Commit-Revision: 480552 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 07:12:07 -0000 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 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