Open jacobf37 opened 1 year 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 = )
Most recent commit fails when multiple states are passed to
getFIA()
when checkingif (states == 'REF')
.