Sun Jun 6 13:45:50 2021 UTC ()
(math/R-forcats) Updated 0.4.0 to 0.5.1

# forcats 0.5.1

* Re-license as MIT (#277).

* `fct_lump_n()` no longer uses a partial argument name (@malcolmbarrett, #276).

# forcats 0.5.0

* `as_factor()` gains a logical method that always returns a factor with
  levels "FALSE" and "TRUE" (#185).

* `fct_c()`, `fct_collapse()` and `fct_recode()` are now explicitly
  documented as using [dynamic dots](https://rlang.r-lib.org/reference/dyn-dots.html)
  (@labouz, #234).

* `fct_collapse()` now accepts a `other_level` argument, to allow a
   user-specified `Other` level (@gtm19, #194). It now correctly collapses
   factors when `other_level` is not `NULL` (#172), and makes `"Other"` the
   last level (#202) (@gtm19, #172 & #202)

* `fct_count()` no longer converts implicit NAs into explicit NAs (#151).

* `fct_inseq()` behaves more robustly when factor levels aren't all numbers
  (#221).

* `fct_lump()` has been split up into three new functions: `fct_lump_prop()`,
  `fct_lump_n()`, and `fct_lump_lowfreq()`. (@jonocarroll, #167, #142).
  All `fct_lump_()` functions check their inputs more carefully
  (@robinson_es, #169)

* `fct_reorder2()` gains a helper function `first2()`, that sorts `.y` by the
  first value of `.x` (@jtr13).


(mef)
diff -r1.2 -r1.3 pkgsrc/math/R-forcats/Makefile
diff -r1.1 -r1.2 pkgsrc/math/R-forcats/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/math/R-forcats/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-forcats/Makefile 2019/08/08 19:53:49 1.2
+++ pkgsrc/math/R-forcats/Makefile 2021/06/06 13:45:50 1.3
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:49 brook Exp $ 1# $NetBSD: Makefile,v 1.3 2021/06/06 13:45:50 mef Exp $
2 2
3R_PKGNAME= forcats 3R_PKGNAME= forcats
4R_PKGVER= 0.4.0 4R_PKGVER= 0.5.1
5CATEGORIES= math 5CATEGORIES= math
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Tools for working with categorical variables (factors) 8COMMENT= Tools for working with categorical variables (factors)
9LICENSE= gnu-gpl-v3 9LICENSE= gnu-gpl-v3
10 10
11DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr 11DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr
12DEPENDS+= R-rlang>=0.4.0:../../devel/R-rlang 12DEPENDS+= R-rlang>=0.4.0:../../devel/R-rlang
13DEPENDS+= R-ellipsis>=0.2.0.1:../../math/R-ellipsis 13DEPENDS+= R-ellipsis>=0.2.0.1:../../math/R-ellipsis
14DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble 14DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none
17 17

cvs diff -r1.1 -r1.2 pkgsrc/math/R-forcats/distinfo (expand / switch to unified diff)

--- pkgsrc/math/R-forcats/distinfo 2019/07/31 13:19:38 1.1
+++ pkgsrc/math/R-forcats/distinfo 2021/06/06 13:45:50 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2019/07/31 13:19:38 brook Exp $ 1$NetBSD: distinfo,v 1.2 2021/06/06 13:45:50 mef Exp $
2 2
3SHA1 (R/forcats_0.4.0.tar.gz) = 447d02be14e88804d8eabc164bc5662ea77af960 3SHA1 (R/forcats_0.5.1.tar.gz) = 8359f2f749d57d0b55376209eed2f26f041e9d2a
4RMD160 (R/forcats_0.4.0.tar.gz) = af9de0f515aa0ea1a096ff4d45dc65953a1242b2 4RMD160 (R/forcats_0.5.1.tar.gz) = 05faf513ab3138f9d1e3831f951c4297c33af320
5SHA512 (R/forcats_0.4.0.tar.gz) = 4b08c877a0e7bc635e13193ef710f1ccdd7f83d74a76c6c11b3ec48863bcceeb35082b623608068e18208b15b728b5ebe9af4104e8478ccfc7f04efa18255626 5SHA512 (R/forcats_0.5.1.tar.gz) = 44b3e90e764afe4a2a7339e72a8c01c053ba972611a194d7d278a4bb7c4959b0a514a0ac1f2c41a82219060e699e961b079c1edceac52fa1d42e53e7c2d15b97
6Size (R/forcats_0.4.0.tar.gz) = 255097 bytes 6Size (R/forcats_0.5.1.tar.gz) = 258301 bytes