paleolimbot / prettymapr

Scale Bar, North Arrow, and Pretty Margins in R
22 stars 2 forks source link

API key needed? #7

Open rsbivand opened 4 years ago

rsbivand commented 4 years ago

Running rgdal revdeps, from today I see:

* checking examples ... ERROR
Running examples in ‘prettymapr-Ex.R’ failed
The error most likely occurred in:

> ### Name: mergebbox
> ### Title: Combine bounding boxes
> ### Aliases: mergebbox
> 
> ### ** Examples
> 
> box1 <- searchbbox("wolfville, ns")
Using default API key for pickpoint.io. If batch geocoding, please get your own (free) API key at https://app.pickpoint.io/sign-up
Error: $ operator is invalid for atomic vectors
Execution halted

Maybe an API key policy change?

paleolimbot commented 4 years ago

Sorry, it happens on occasion that somebody digs through the source code and hijacks the demo API key for their own purposes. I really should make this a mandatory environment variable instead of making this available (so as to avoid failures such as this one). Thanks for the heads up!