You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For get_map / get_googlemap my (Mac) friend gets this error:
Error in gzfile(file, "rb") : cannot open the connection
In addition: Warning message:
In gzfile(file, "rb") :
cannot open compressed file '/var/folders/dl/4l7n6kz96_1c18vhwrgx90740000gn/T//RtmpZyYp5f/ggmap/index.rds', probable reason 'No such file or directory'
The/ggmap folder has been created (suggesting R/Rstudio/ggmap has permission to write there).
Someone having a similar issue said it might be due to filename length (maybe adding the tile files and the index.rds would have exceeded a limit) but there's no way to verify this because it's not possible to change the download location of tile files and the index (see issue).
For
get_map
/get_googlemap
my (Mac) friend gets this error:The/ggmap folder has been created (suggesting R/Rstudio/ggmap has permission to write there).
Someone having a similar issue said it might be due to filename length (maybe adding the tile files and the index.rds would have exceeded a limit) but there's no way to verify this because it's not possible to change the download location of tile files and the index (see issue).
When I run the same code:
on my linux system it works fine. AND it worked fine for her before. Her API key seems to work.
Any ideas welcome. Thanks.
The text was updated successfully, but these errors were encountered: