Closed MasterPasta closed 4 years ago
Can you post the R code you've used, and where do you see the error?
I just did mapdeck(token = key) to generate map, I got it working by using R studio on macOS. On windows I get that error even tho I tried install different versions of R including latest one
can you share a screenshort of the code and the error being generated?
And also your sessionInfo()
output please?
Can you clear all your objects from your session, restart your R session, and only run these lines
library(mapdeck)
mapdeck()
and tell me if you still get the error?
it works now, thanks
mapboxgl()
is not a function in mapdeck
, so it sounds like you have a conflict somewhere with the other libraries you have loaded.
I get this error on R when I try to use mapdeck: Error in mapboxgl() : could not find function "mapboxgl" I have asked mapbox support but they couldn't help, I think I missed something on installation?