Andrzej K. Oleś

Results 194 comments of Andrzej K. Oleś

Thanks @kangaechigai for clarifying this! I circumvented this issue in my project by using jsDelivr and locally-hosted files.

Many thanks you for your answer! Sure, I could extract the metadata manually with the help of the of the suggested code. But then, my use case is actually slightly...

I've been using keyring with the R client from the very beginning, but discovered that there are often issues with deployment so I'm actually considering moving away from it, see...

Builds are failing on Travis CI because libsodium-dev system package on which keyring now indirectly depends is not available on Ubuntu 14.04.

@TimMcCauley Exactly, don't you think that previewing in here would be a good real-life test? As the package is considered a "beta" product I'm positive on exposing some of the...

As an example provide the classic [TSP example](https://www.reddit.com/r/MapPorn/comments/1i9m8r/the_shortest_route_through_all_european_capital/). ``` r library(openrouteservice) library(sf) #> Linking to GEOS 3.6.1, GDAL 2.1.3, PROJ 4.9.3 capitals 1 21.01178 52.22977 #> 2 13.40732 52.52045 #>...

Geocoding API uses yet another error response format. ``` { "geocoding": { "version": "0.2", "attribution": "/v1/attribution", "query": { "size": 10, "private": false, "lang": { "name": "English", "iso6391": "en", "iso6393": "eng",...

Thanks for your feedback! The warning is issued by the [keyring](https://cran.r-project.org/package=keyring) package which is used to store the API secret. Apparently the package finds no backed on your system for...

Hi! Sorry for the late reply. Did you manage to solve the problem or get some more insights in the meantime? Unfortunately I don't have access to Big Sur and...

Thanks for reaching out! Both the source and the destination coordinates need to be provided in one data frame through the `locations` argument. The mapping is defined by `sources` and...