dkahle / dkahle/ggmap

Can't open download.list

Open
#226 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
R
Stars
778
Forks
234
PR merge metrics
No merged PRs in 30d

Description

When I use get_map(), it always give me this error.

Error in download.file(url, destfile = tmp, quiet = !messaging, mode = "wb") :
can't open URL'http://maps.googleapis.com/maps/api/staticmap?center=Tokyo&zoom=10&size=640x640&scale=2&maptype=terrain&language=en-EN&sensor=false'
Addition: Warning message:
In download.file(url, destfile = tmp, quiet = !messaging, mode = "wb") :
URL 'http://maps.googleapis.com/maps/api/staticmap?center=Tokyo&zoom=10&size=640x640&scale=2&maptype=terrain&language=en-EN&sensor=false': status was 'Couldn't connect to server'

But I can open the URL in chromosome browser.

```r
reprex::reprex({
library(ggmap)
map.tokyo <- get_map("Tokyo")

}, si = TRUE)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.