ropensci / osmdata

R package for downloading OpenStreetMap data
https://docs.ropensci.org/osmdata
314 stars 45 forks source link

Deprecate ``nodes_only` in `opq` function #308

Open jmaspons opened 1 year ago

jmaspons commented 1 year ago

The parameter nodes_only is superseded and equivalent to osm_types="node". It can be deprecated. Proposed phases:

  1. Warn in the documentation for the next release.
  2. Throw a warning in next+1 release
  3. Remove the parameter en next+2 release.

Thoughts, @mpadge ?

mpadge commented 1 year ago

Sounds like a great plan. Do you want to PR the doc changes then? Or else feel free to assign me to the issue if you want. Then we really need to get the release out! :rocket: