Scott M. M. Jackson
Scott M. M. Jackson
Ahh, I see the apache license is cited in the README.md. I'll leave this open in case writing a LICENSE file is something you want to do, but I do...
Thanks for the contribution! I should probably set up CI for this, but I'll need to validate it locally. I think I probably had an older version of h3 installed...
This is so cool! Thanks again for the contribution!
We're also encountering discomfort with this. I think for us, the problem comes where the default behavior of `.run()` isn't equivalent to `.run(false)`. That the timeout is supported is nice,...
@trestletech may come up with a push-button solution at some point, but for now I'm pretty sure that you can totally do this: ``` #* @filter cors cors
~~That's an interesting approach to API key support. I think we're going to have to alter the guts of geocoding to do this.~~ Could you use `register_google` to pass your...
I can't reproduce this with the latest version of ggmap. Would you mind running a reprex with the system information flag set, like this? ```r reprex::reprex({ library(ggmap) mapdist('Manchester Deaf Institute',...
@mvkorpel you're right. Upgrading `rjson` broke it. ``` r library(ggmap) #> Loading required package: ggplot2 #> Google Maps API Terms of Service: http://developers.google.com/maps/terms. #> Please cite ggmap if you use...
We'll need to poke at this sometime but it sounds like the workaround for now is installing rjson version 0.2.15 ```r devtools::install_version("rjson", version = "0.2.15") ```
@hueck83 I'm confused. Where is the error you're encountering?