Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warning when using the alluvial_wide function: fct_explicit_na() was deprecated in forcats 1.0.0 #36

Open
factorialmap opened this issue Jun 20, 2024 · 0 comments

Comments

@factorialmap
Copy link

I get a warning when using the alluvial_wide function

Reproducible code example

iris %>% 
  alluvial_wide(fill_by = "last_variable") %>% 
  add_marginal_histograms(iris)

Msg

Caused by warning:
! `fct_explicit_na()` was deprecated in forcats 1.0.0.
ℹ Please use `fct_na_value_to_level()` instead.
ℹ The deprecated feature was likely used in the easyalluvial package.
  Please report the issue to the authors.
This warning is displayed once every 8 hours.
Call `lifecycle::last_lifecycle_warnings()` to see where this warning was generated. 
@factorialmap factorialmap changed the title warning when using the alluvial_wide function: fct_explicit_na() was deprecated in forcates 1.0.0 warning when using the alluvial_wide function: fct_explicit_na() was deprecated in forcats 1.0.0 Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant