- Ensure cran checks does not fail
- The base api function
dawa()
now fails gracefully.- This trickles down to
get_data()
,get_map_data()
,autocomplete()
andreverse()
functions.
- This trickles down to
- Fixed error where
get_map_data()
would overflow internally on low-powered systems and cause unexpected errors.
- Hotfix for the
postnumre
section. All functions using this section now returns only land-geometries.- See issue #100 for more info.
- Add package startup message on terms and conditions.
- Initial CRAN submission.
- Add option to specify functions in
available_sections()
- Also add tests for all available sections for
get_data()
andget_map_data()
- Also add tests for all available sections for
- Add more elaborate {cli} messaging for
get_map_data()
- Including rough second or minute estimates for mostly used sections
- Add caching for
get_map_data()
- Enabled by default
- Adds new dependency
{memoise}
- Added functions base:
dawa()
reverse()
autocomplete()
- Added data functions
get_data()
get_map_data()
- Added utility functions
available_sections()
status_check()