Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for check of REF within states #46

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

jacobf37
Copy link

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

@jakegross808
Copy link

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 = )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants