pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-forcats



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun  6 13:45:50 UTC 2021

Modified Files:
        pkgsrc/math/R-forcats: Makefile distinfo

Log Message:
(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).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/R-forcats/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/R-forcats/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-forcats/Makefile
diff -u pkgsrc/math/R-forcats/Makefile:1.2 pkgsrc/math/R-forcats/Makefile:1.3
--- pkgsrc/math/R-forcats/Makefile:1.2  Thu Aug  8 19:53:49 2019
+++ pkgsrc/math/R-forcats/Makefile      Sun Jun  6 13:45:50 2021
@@ -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=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/math/R-forcats/distinfo
diff -u pkgsrc/math/R-forcats/distinfo:1.1 pkgsrc/math/R-forcats/distinfo:1.2
--- pkgsrc/math/R-forcats/distinfo:1.1  Wed Jul 31 13:19:38 2019
+++ pkgsrc/math/R-forcats/distinfo      Sun Jun  6 13:45:50 2021
@@ -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



Home | Main Index | Thread Index | Old Index