Skip to content

Commit

Permalink
update the check time in the querying web resources section
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNk-NY committed Oct 28, 2024
1 parent 8fc3f73 commit de45175
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web-query.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit de45175

Please sign in to comment.