dawaR 0.3.2 (2025-12-16)
CRAN release: 2025-12-16
- This is a small internal change.
- Removes tests for autocomplete functionality.
- This function will be removed completely at some point (july 2026 at the latest).
dawaR 0.3.1 (2025-11-17)
CRAN release: 2025-11-18
- This is a small internal change.
- HTTP functions that return non-OK response now returns NULL early.
- Throws warning instead of error.
dawaR 0.3.0 (2025-02-13)
CRAN release: 2025-02-13
- This is a small breaking change.
- The package now needs at least 4.1.0 to function.
- Remove native pipe placeholder usage to ensure R-version compatability.
dawaR 0.2.6 (2024-11-23)
CRAN release: 2024-11-24
- 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.
dawaR 0.2.5 (2024-11-22)
- Hotfix for the
postnumresection. All functions using this section now returns only land-geometries.- See issue #100 for more info.
dawaR 0.2.4 (2024-11-17)
CRAN release: 2024-11-17
- Add package startup message on terms and conditions.
dawaR 0.2.2 (2024-10-20)
- 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
dawaR 0.2.1 (2024-10-6)
- Add more elaborate {cli} messaging for
get_map_data()- Including rough second or minute estimates for mostly used sections
dawaR 0.2.0 (2024-09-22)
- Add caching for
get_map_data()- Enabled by default
- Adds new dependency memoise
