After updating to r 4.2.0 geom_hex() doesn't work for me :( ```r d <- ggplot(diamonds, aes(carat, price)) d + geom_hex() ``` ``` Warning message: Computation failed in `stat_binhex()`: ``` and in plots I have this 