Closed JonasGeschke closed 4 years ago
Hi, another issue I came across while working on the train: wdpa_clean doesnt work offline:
wdpa_clean
Error: curl::has_internet() is not TRUE
I guess this is due to the wdpa_url and wdpa_fetch functions that need internet connection, but wdpa_clean shouldnt need to, right?
wdpa_url
wdpa_fetch
Yeah, wdpa_clean shouldn't need an internet connection. Thanks for raising this issue - I'll try and fix this sometime this week.
I've just pushed a fix addressing this issue - thanks again for raising it.
Hi, another issue I came across while working on the train:
wdpa_clean
doesnt work offline:I guess this is due to the
wdpa_url
andwdpa_fetch
functions that need internet connection, butwdpa_clean
shouldnt need to, right?