Closed THChan11 closed 1 year ago
Hi @THChan11.
Thank you very much for reaching out!
I'm sorry, I'm not able to reproduce this bug on my system with the latest version on GitHub. This error message looks very similar to an issue that affected older versions of the package (due to issues with the Zenodo API), but this issue was resolved in more recent versions by simply scraping the relevant information from the Zenodo website.
Could you please do me a favour and try installing the latest version again, and see if that fixes it? This can be done with the following code:
remotes::install_github("prioritizr/aoh")
If that doesn't fix it, could you please post (1) the results of running traceback()
after the error to provide more information on what's going wrong, and (2) your session information?
hi Jeff
The function downloads data smoothly after I have updated the package with your code
Previously I have been using 'devtools'
instead of 'remotes'
to update the package, which may have caused this problem.
Alternatively, the wifi from my host institution may have been blocking R from downloading IUCN data.
I am not sure which factor was the root cause but it works fine now, thank you very much for your help.
Great! Glad to hear it's working now. No worries!
Was following the Git hub README.md instructions, upon executing:
when the following error was returned:
this was done on macOS13.1, many thanks