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

CRAN checks failed due to data downloads #24

Closed
seabbs opened this issue Feb 4, 2018 · 1 comment
Closed

CRAN checks failed due to data downloads #24

seabbs opened this issue Feb 4, 2018 · 1 comment

Comments

@seabbs
Copy link
Owner

@seabbs seabbs commented Feb 4, 2018

Data downloads are failing on CRAN (https://cran.r-project.org/web/checks/check_results_getTBinR.html) but not locally on or on the test server.

This appears to be an issue with the WHO API. It maybe due to rate limits from multiple calls when CRAN is checking.

To attempt to resolve this add a while loop with a variable wait time. This may avoid rate limit issues and solve the problem. If not there may be another underlying issue.

@seabbs
Copy link
Owner Author

@seabbs seabbs commented Feb 4, 2018

Add stochastic download retrying in case issue is API rate limiting

@seabbs seabbs closed this Feb 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.