Closed tomasleon closed 5 years ago
Seems like the same bug that was resolved in #2, are you using the latest developement version?
Ahh, I see now I was using the latest release but not the latest commit, which does fix the issue. Thanks for pointing that out.
I've been experimenting with ggnewscale and ggmap, and it seems to work provided you define
extent = "normal"
. If you don't set the extent, it will default toextent = "panel"
, which causes it to fail withError in get(as.character(FUN), mode = "function", envir = envir) : object 'guide_none' of mode 'function' was not found
like in Issue #2. The same happens whenextent = "device"
. See below; NB for ggmap you now need an API key to retrieve maps. Not sure why this happens but thought I would mention it in case someone else had insight, and because the default setting for ggmap doesn't work.