You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am leaning towards removing all code w.r.t. min_confidence and to just issue a warning that the parameter is not supported anymore. There is not much use passing it through to the API if the results aren't reliable. Also it apparently hasn't been used much in practice and was often misunderstood anyways.
The text was updated successfully, but these errors were encountered:
* use examples from Brest instead of Nantes, because some examples don't work anymore, cf. #160
* remove tests w.r.t. `min_confidence`, cf. #161, #162
* update {Roxygen} version
* add ProjectId
* update snapshots, presumably due to changes in {testthat}
* make lintr happy
* remove more tests w.r.t. `min_confidence`
* some minor fixes, e.g. `q=Berlin, limit=5` returns only one result, making that example useless. also the hotel de ville in Nantes example isn't working anymore, see #160
* pre-compile vignettes and README
OpenCage (the API) has dropped support for
min_confidence
(the parameter kind of still works, but not always reliably, e.g. #161).I am leaning towards removing all code w.r.t.
min_confidence
and to just issue a warning that the parameter is not supported anymore. There is not much use passing it through to the API if the results aren't reliable. Also it apparently hasn't been used much in practice and was often misunderstood anyways.The text was updated successfully, but these errors were encountered: