First time posting, hope it's not an obvious thing!
I installed R and Rstudio on a new machine (Mac), and ggplot2 no longer prints the axis labels. I have reinstalled R, R-studio, and tidyverse (and ggplot2 independently). I checked to see if it's my code, even if I use the mpg dataset ggplot(data = mpg) + geom_point(mapping = aes(x = displ, y = hwy))
it generates a plot with no text or numbers. If I run the same directly in R, it works just fine.
Thanks for any ideas!