You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test suite should include snapshot tests for map plots to ensure any changes to the mapping data or functions continue to produce the expected plots.
The best candidate for how these should be implemented is the vdiffr package which is also used by ggplot2.
The text was updated successfully, but these errors were encountered:
pdil
added
the
tech
Technical issues and pull requests not directly related to usmap functionality
label
Jan 15, 2024
* Added `vdiffr`-based tests for `plot_usmap()`
* Renamed `rivers` data set to `usrivers` to avoid clash with
`datasets::rivers` package
* Fixed missing `citypop.xlsx` file and rebuilt all data sets
resolves#80
The test suite should include snapshot tests for map plots to ensure any changes to the mapping data or functions continue to produce the expected plots.
The best candidate for how these should be implemented is the vdiffr package which is also used by
ggplot2
.The text was updated successfully, but these errors were encountered: