Skip to content

usmap 0.5.1

Compare
Choose a tag to compare
@pdil pdil released this 07 Oct 15:38
· 198 commits to master since this release
68829b5
  • New website for the package: https://usmap.dev
    • Lightweight landing page containing useful information, links, and examples of usmap usage.
  • state can now be omitted when using fips(). In this case, all available FIPS codes are returned, sorted by state abbreviation, see Issue #28.
  • fips can now be omitted when using fips_info(). In this case, all available states are returned, sorted by state abbreviation, see Issue #28.
  • Fix duplicate coordinates from being removed during usmap_transform (if value columns differ), see Issue #32.
  • Prevent warnings introduced by ggplot2 v3.3.0, see Issue #35.
  • Set minimum R version to 3.5.0. Versions lower than this do not support the latest version of the rgdal package.