Andy South
Andy South
The command works from R for me and as @Nowosad points out should work in browser too. (but you are right it does look a bit strange). Must be another...
The code saves the downloaded file to a temporary location, might be worth checking that this works for you : write.csv(data.frame(), tempfile())
Try this to check connection from R: library(curl) curl::has_internet()
Thanks Richard, Good work finding a solution. Leave it open for now while I ask twitter if it's wise to set that option in the package.
Thanks @jrosen48 It is possible to download most layers from natural earth using `ne_download()` but I hadn't noticed before that it doesn't work for the parks layers. This is because...
Hola, thanks for the interest. I just tried this myself and it was OK. It does take a little while to install the hires package because it is big so...
Thanks All, Useful discussion. I feel your pain @AltfunsMA, @jessexknight, I've been there many times. Country naming is a minefield, I would love to have the time to make better...
Thanks Michael, this looks really great ! I'm just reviewing it locally and found a couple of minor glitches in my existing code, somewhat at the edge of my git...
Hi Michael, I've merged your code in with a few changes. I created a small script in https://github.com/ropensci/rnaturalearth/blob/master/data-raw/make_table_of_data_avail.r to use your function to create two tables stored in the package...
Hello all, Firstly great three posts, 2ndly great suggestions by @adrfantini. I developed rworldmap and rnaturalearth and I was just about to suggest using rnaturalearth. rworldmap : older, no longer...