In recent version of GGally::ggpairs correlation values are shown with *'s as seen in the figure below. I'd like to remove the *s and keep the correlation values.
I had a look at the ggpairs code but it isn't obvious to me.
GGally::ggpairs(data = iris[, 1:4])

