matildabrown / rWCVP

Generating Summaries, Reports and Plots from the World Checklist of Vascular Plants
https://matildabrown.github.io/rWCVP/
GNU General Public License v3.0
19 stars 0 forks source link

added condition to catch timeout and raise warning #60

Closed barnabywalker closed 10 months ago

barnabywalker commented 11 months ago

Inserted a condition in .wcvp_fresh function to catch the timeout error and allow the user to proceed with a warning. I haven't checked if this breaks the build or tests yet but hopefully should be okay.

I thought it was better to add the check in rWCVP than rWCVPdata because the version check isn't integral to rWCVPdata functioning.

closes #59 and #58