Closed cmansoo closed 6 months ago
@cmansoo, try updating ggplot2
to version 3.5.0 or higher
Thank you! It solved the problem. One quick suggestion maybe - when importing the package (library(usmap)
) it would be nice if it would display a message like "the package requires ggplot2 3.5.0 or higher"
Thank you! It solved the problem. One quick suggestion maybe - when importing the package (
library(usmap)
) it would be nice if it would display a message like "the package requires ggplot2 3.5.0 or higher"
Yeah I have received a lot of reports with the same problem, so I will be sure to do that next time 😓. Glad it solved your issue!
Hello, I recently ran into this error running the
plot_usmap
function. The function does not seem to be working with any data and I'm not quite sure what the issue is. Below is an exampleIncluding my
sessionInfo
Thank you