hunter-stanke / rFIA

rFIA
https://rfia.netlify.com/
47 stars 23 forks source link

Fix for check of REF within states #46

Open jacobf37 opened 1 year ago

jacobf37 commented 1 year ago

Most recent commit fails when multiple states are passed to getFIA() when checking if (states == 'REF').

jakegross808 commented 11 months ago

consider adding options(timeout = max(3600, getOption("timeout"))) or something similar.

After updating to this pull request, I was timing out with the default of 60 seconds. Original file (readWriteGet.R) had timeout as argument within download.file download.file(url, temp, timeout = 3600) but adding that back in didn't fix it for me - I had to use options(timeout = )