Skip to content

Commit

Permalink
Merge pull request #141 from munterfinger/release/v0.8.0
Browse files Browse the repository at this point in the history
Release/v0.8.0
  • Loading branch information
munterfi authored Sep 28, 2021
2 parents f08ba28 + e9d84b4 commit 027e938
Show file tree
Hide file tree
Showing 25 changed files with 1,574 additions and 1,408 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: hereR
Type: Package
Title: 'sf'-Based Interface to the 'HERE' REST APIs
Version: 0.7.1
Version: 0.8.0
Authors@R: c(
person("Merlin", "Unterfinger", role = c("aut", "cre"), email = "info@munterfinger.ch", comment = c(ORCID = "0000-0003-2020-2366")),
person("Daniel", "Possenriede", role = "ctb", comment = c(ORCID = "0000-0002-6738-9845")))
Expand Down Expand Up @@ -39,5 +39,5 @@ Suggests:
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
RoxygenNote: 7.1.2
VignetteBuilder: knitr
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Generated by roxygen2: do not edit by hand

S3method(geocode,character)
S3method(geocode,list)
export(autocomplete)
export(autosuggest)
export(connection)
Expand All @@ -12,6 +14,7 @@ export(reverse_geocode)
export(route)
export(route_matrix)
export(set_auth)
export(set_freemium)
export(set_key)
export(set_proxy)
export(set_rate_limit)
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# version 0.8.0

* Rename the rate-limit-related variable `HERE_RPS` to `HERE_FREEMIUM`, and the function `hereR::set_rate_limit()` to `hereR::set_freemium()`. Use the `HERE_FREEMIUM` environment variable to determine a plan-specific size of sub-matrices in the `hereR::route_matrix()` function (@szaboildi, [#138](https://github.com/munterfinger/hereR/pull/138)).
* Deprecate `hereR::set_rate_limit()` (closes [#137](https://github.com/munterfinger/hereR/issues/137)).
* Add option to use qualified queries in `geocode()` (closes [#136](https://github.com/munterfinger/hereR/issues/136)).

# version 0.7.1

* Add parameter to allow filtering transport modes in `connection()` (closes [#130](https://github.com/munterfinger/hereR/issues/130)).
Expand Down
Loading

0 comments on commit 027e938

Please sign in to comment.