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.
- 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.
- Restored improved
countyMap()
function.
- Added "Creating State Maps" article.
- Added
stateMap()
support for datasets with "State Name" columns.
- Added
countyMap()
with basic functionality.
- Added
stateMap()
with basic functionality. - Removed prototype
countyMap()
.
- 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