Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCRAN checks failed due to data downloads #24
Comments
|
Add stochastic download retrying in case issue is API rate limiting |
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.