Changes in version 0.3.0 (2025-02-02) Version 0.3.x is an upgrade to accommodate tmap 4.0. Some arguments to stateMap() and countyMap() have changed to reflect changes in the tmap package. Changes in version 0.2.0 (2022-11-15) Version 0.2.x is a refactoring to accommodate MazamaSpatialUtils 0.8 which is based on the sf package rather than sp. As much as possible, the suite of functions and arguments will remain the same. Changes in version 0.1.2 (2021-09-16) - Putting countyMap() example inside \donttest{} to pass CRAN checks. Changes in version 0.1.1 - Added "Opportunity Insights" article. Changes in version 0.1.0 First user-ready release of the package. While still in development, enough functionality exists for outside users to start using the stateMap() and countyMap() functions. - Some refactoring of information in various articles. - Added unit testing for countyMap() function. - Now requiring MazamaSpatialUtils (>= 0.7). - Added "Creating County Maps" article. Changes in version 0.0.10 - Removed dependency on stringr. Changes in version 0.0.9 - Added dependency on MazamaCoreUtils (>= 0.4.5). Changes in version 0.0.8 - Added "Working with Locations" article. Changes in version 0.0.7 - Restored improved countyMap() function. Changes in version 0.0.6 - Added "Creating State Maps" article. - Added stateMap() support for datasets with "State Name" columns. Changes in version 0.0.5 - Added countyMap() with basic functionality. Changes in version 0.0.4 - Added stateMap() with basic functionality. - Removed prototype countyMap(). Changes in version 0.0.3 - Added example_US_stateObesity dataset. - Added example_US_countyCovid dataset. Changes in version 0.0.2 - Minor code style changes to countyMap.R. - Added MazamaSpatialUtils to the Depends: section of the description file. As an extension to MazamaSpatialUtils, it makes sense that we should import and reexport the entire namespace from MazamaSpatialutils. Changes in version 0.0.1 - Initial Release