diff --git a/web-query.Rmd b/web-query.Rmd index 6419d15..0952b22 100644 --- a/web-query.Rmd +++ b/web-query.Rmd @@ -16,14 +16,14 @@ operating systems, and that users benefit from easy-to-run vignettes and examples. 1. Download files of reasonable size. Use `system.time()` to estimate the - download time. Remember the package should require less than 5 minutes to - run `R CMD check --no-build-vignettes`. + download time. Remember the package should require less than 10 minutes to + run `R CMD check --no-build-vignettes` with an upper limit of 15 minutes. 2. Set a limit on the number of times the function tries a URL. Avoid `while()` statements that have no guaranteed termination. These become infinite loops and eventually result in build-system `TIMEOUT`s. -3. Supply an informative error message. +3. Supply informative error messages. ## Template for Resource Queries