Issue using geom_mosaic
Closed this issue · 0 comments
PiyuminbKM commented
Hi I tried to create a mosaic plot using geom_mosaic. And this is the error I got
Warning message:
unite_()
was deprecated in tidyr 1.2.0.
i Please use unite()
instead.
i The deprecated feature was likely used in the ggmosaic package.
Please report the issue at https://github.com/haleyjeppson/ggmosaic.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings()
to see where this warning was generated.
It looks like tidyr made some changes to their functions and it is affecting some of the functions in the ggmosaic package. I would be so grateful if you could look into this and make changes, I love using your package to create pretty plots.