• Putting countyMap() example inside \donttest{} to pass CRAN checks.
  • Added “Opportunity Insights” article.

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.
  • Removed dependency on stringr.
  • Added dependency on MazamaCoreUtils (>= 0.4.5).
  • Added “Working with Locations” article.
  • Added “Creating State Maps” article.
  • Added stateMap() support for datasets with “State Name” columns.
  • Added example_US_stateObesity dataset.
  • Added example_US_countyCovid dataset.
  • 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.
  • Initial Release