I've started using the package ggmap
after a while again, now I'm encountering a problem when I try to fetch a map using the function get_map
. No matter which source I specify, I always get the error
Error: Google now requires an API key.
See ?register_google for details.
although I'm not sure why a call like
get_map(location = "texas", zoom = 6, source = "stamen")
Would need an API call to google. Has anyone experience something similar and is there a known workaround?