I would really appreciate some help / ideas about a problem I am having with ggmap and stamen watercolor.
I keep getting the same error message every time I try to create a stamen watercolor map:
"Error in readPNG(destfile) : file is not in PNG format"
Here are some examples of simple code that is returning this error:
qmap("new-york", zoom=13, source="stamen", maptype="watercolor")
or
get_map(location='Auckland', source="stamen", maptype="watercolor", zoom=13)
I am using r version: [Default] [64-bit] C:\Program Files\R\R-3.0.2 under windows 8
I realize a few people have posted about this same problem - but only a few - and I haven't seen any explanations / suggestions. I'm stumped and frustrated and am really hoping someone with more experience than me has run into (and solved) this problem. Thanks in advance or any help you can provide