us_states_grid1 not working properly
When I copy and run the "state_ranks" example on the Github landing page for geofacet, I get the attached graph.
I assume it's due to the latest major update for ggplot2, which seems to lead to problems when laying out the grid.
You may want to install ggplot2 v3.5.2 until it is fixed:
devtools::install_version(package = "ggplot2", version = "3.5.2", repos = "http://cran.us.r-project.org")
Note that this is the case for all grids, not the US states grid alone (so if possible, please update the issue title).
I had a similar problem with a custom grid and downgrading ggplot2 to v.3.5.2 as suggested by @z3tt solved it! It would be really helpful upgrading the title
Terribly sorry for the delay! I have pushed a fix to the master branch. I want to do some more testing pushing to CRAN and if you could test it out too, that would be great.
Works like a charm for the package example and also my custom grids. Thanks!