Hi again,
I found another bit that is broken after the new installation. The problem is with the stat_pop_etho function. It runs ok if I leave it with the default option, but if I try to select a method adding stat_pop_etho(method = ggplot2::mean_cl_boot)
What happens is that R gives a warning message:
Computation failed in `stat_pop_etho()`:
And the plot appears but it is empty.
This happens with the toy data and my own data too.