Recent Releases of dawaR

dawaR - v0.3.0

Install instructions

r install.packages("dawaR")

What's new?

dawaR 0.3.0 (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.

Automatic changelog

  • Add add automatic enabling of auto merge by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/128
  • Add caching by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/129

Full Changelog: https://github.com/aleksanderbl29/dawaR/compare/v0.2.7...v0.3.0

- R
Published by aleksanderbl29 over 1 year ago

dawaR - v0.2.7

Install instructions

r install.packages("dawaR")

What's new?

dawaR 0.2.7 (2024-12-07)

  • Ensure cran checks does not fail

Automatic channgelog

  • Increment version number to 0.2.6.9000 by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/108
  • Add automatic development mode by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/110
  • Update JamesIves/github-pages-deploy-action action to v4.7.1 by @renovate in https://github.com/aleksanderbl29/dawaR/pull/112
  • Update JamesIves/github-pages-deploy-action action to v4.7.2 by @renovate in https://github.com/aleksanderbl29/dawaR/pull/115
  • Add dependabot and remove renovate by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/116
  • Add vcr testing by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/118
  • Change some things about the checks by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/119
  • Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/aleksanderbl29/dawaR/pull/121

New Contributors

  • @dependabot made their first contribution in https://github.com/aleksanderbl29/dawaR/pull/121

Full Changelog: https://github.com/aleksanderbl29/dawaR/compare/v0.2.6...v0.2.7

- R
Published by aleksanderbl29 over 1 year ago

dawaR - dawaR 0.2.6

Install instructions

r install.packages("dawaR")

What's new?

dawaR 0.2.6 (2024-11-23)

  • The base api function dawa() now fails gracefully.
    • This trickles down to get_data(), get_map_data(), autocomplete() and reverse() functions.
  • 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 postnumre section. All functions using this section now returns only land-geometries.
    • See issue #100 for more info.

dawaR 0.2.4 (2024-11-17)

  • Add package startup message on terms and conditions.

Automatic changelog

  • Minor fixes by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/35
  • Specify commit messages (#32) by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/36
  • Version 0.2.1 by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/46
  • Update branch by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/54
  • Update branch (#54) by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/55
  • Update lint.yaml by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/64
  • Add status message for testing by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/70
  • Official release of v0.2.0 - Caching for get_map_data() by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/34
  • Official release of v0.2.1 - More elaborate {cli} messaging in get_map_data() by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/53
  • Official release of v0.2.2 - Proper section checking and more options in available_sections() by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/66
  • V0.2.3 by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/73
  • Update devel after initial cran release by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/80
  • Update readme with new install instructions by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/81
  • Update README install instructions - Fix text and commands by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/83
  • Update JamesIves/github-pages-deploy-action action to v4.6.9 by @renovate in https://github.com/aleksanderbl29/dawaR/pull/84
  • Update snapshots by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/86
  • Add package startup message by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/87
  • Update test snapshots by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/90
  • Update codecov/codecov-action action to v5 by @renovate in https://github.com/aleksanderbl29/dawaR/pull/89
  • Sync branch by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/92
  • Sync dev branch to main by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/93
  • Fail gracefully on connection errors by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/95
  • Save api response to tempfile by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/96
  • Use tempdir with a safe filename by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/97
  • Move section-tests to separate files for performance by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/98
  • Skip tests that require a connection when none is available by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/99
  • Fix #100 by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/102
  • Submit update to ensure graceful fails by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/103
  • Submit update properly by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/105
  • Add family and ctb by @aleksanderbl29 in https://github.com/aleksanderbl29/dawaR/pull/106

Full Changelog: https://github.com/aleksanderbl29/dawaR/compare/v0.2.3...v0.2.6

- R
Published by aleksanderbl29 over 1 year ago

dawaR - v0.2.3 - Initial CRAN release!

{r} install.packages("dawaR")

- R
Published by aleksanderbl29 over 1 year ago