Skip to content

Commit

Permalink
(math/R-forcats) Updated 0.4.0 to 0.5.1
Browse files Browse the repository at this point in the history
# 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).
  • Loading branch information
mef committed Jun 6, 2021
1 parent 09f7b62 commit e5234cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions math/R-forcats/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:49 brook Exp $
# $NetBSD: Makefile,v 1.3 2021/06/06 13:45:50 mef Exp $

R_PKGNAME= forcats
R_PKGVER= 0.4.0
R_PKGVER= 0.5.1
CATEGORIES= math

MAINTAINER= [email protected]
Expand Down
10 changes: 5 additions & 5 deletions math/R-forcats/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2019/07/31 13:19:38 brook Exp $
$NetBSD: distinfo,v 1.2 2021/06/06 13:45:50 mef Exp $

SHA1 (R/forcats_0.4.0.tar.gz) = 447d02be14e88804d8eabc164bc5662ea77af960
RMD160 (R/forcats_0.4.0.tar.gz) = af9de0f515aa0ea1a096ff4d45dc65953a1242b2
SHA512 (R/forcats_0.4.0.tar.gz) = 4b08c877a0e7bc635e13193ef710f1ccdd7f83d74a76c6c11b3ec48863bcceeb35082b623608068e18208b15b728b5ebe9af4104e8478ccfc7f04efa18255626
Size (R/forcats_0.4.0.tar.gz) = 255097 bytes
SHA1 (R/forcats_0.5.1.tar.gz) = 8359f2f749d57d0b55376209eed2f26f041e9d2a
RMD160 (R/forcats_0.5.1.tar.gz) = 05faf513ab3138f9d1e3831f951c4297c33af320
SHA512 (R/forcats_0.5.1.tar.gz) = 44b3e90e764afe4a2a7339e72a8c01c053ba972611a194d7d278a4bb7c4959b0a514a0ac1f2c41a82219060e699e961b079c1edceac52fa1d42e53e7c2d15b97
Size (R/forcats_0.5.1.tar.gz) = 258301 bytes

0 comments on commit e5234cc

Please sign in to comment.