haleyjeppson/ggmosaic

The deprecated feature was likely used in the ggmosaic package

Closed this issue · 1 comments

Warning message:
unite_() was deprecated in tidyr 1.2.0.
ℹ Please use unite() instead.
ℹ The deprecated feature was likely used in the ggmosaic package.

It seems CRAN version (0.3.3) uses unite() function.
However in github version (0.3.4) uses unite_() function as suggested already.

Check https://github.com/haleyjeppson/ggmosaic/blob/master/R/stat-mosaic-jitter.r (also stat-mosaic.r, stat-mosaic-text.R too)

So until ggmosaic package updates in CRAN, you may use github version with

# library(remotes)
remotes::install_github('haleyjeppson/ggmosaic')