From de451755d1116802c5c2380b5b0ac0e26941ce55 Mon Sep 17 00:00:00 2001 From: LiNk-NY Date: Mon, 28 Oct 2024 17:27:22 -0400 Subject: [PATCH] update the check time in the querying web resources section --- web-query.Rmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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