Skip to content

usmapdata 0.2.1

Compare
Choose a tag to compare
@pdil pdil released this 05 Feb 02:28
· 34 commits to master since this release
c6f09d9

This update continues the sf migration by setting the as_sf parameter to default to the behavior of TRUE. This parameter no longer has any effect, as explained below. The next phase will involve updating usmap to no longer make use of this parameter, in which case it can be completely removed.

Removed

  • The as_sf parameter is now deprecated and no longer has any effect.
    • As part of this removal, the default behavior for us_map(), centroid_labels(), and fips_data() is equivalent to as_sf = TRUE which is to return their data as an sf object (see 0.2.0 release notes for more details).
    • This parameter will be completely removed in a future version but continues to exist for compatibility reasons.
  • Legacy .csv files containing mapping and FIPS data have been removed, greatly reducing package size.

Full Changelog: v0.2.0...v0.2.1