atorus-research / Tplyr

Home Page:https://atorus-research.github.io/Tplyr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation Warning

asbates opened this issue · comments

I got the following warning when using Tplyr.

image

forcats::fct_explicit_na is deprecated and should be replaced with forcats::fct_na_value_to_level. This is only used in one place:

Tplyr/R/count.R

Line 735 in 6876054

mutate(!!target_var[[1]] := fct_explicit_na(!!target_var[[1]]))
. (and import statement in zzz.R)

  • Tplyr version: 1.1.0
  • dplyr version: 1.1.0
  • forcats version: 1.0.0