Skip to content

Commit aacd97a

Browse files
LiNk-NYlshep
andauthored
update the check time in the querying web resources section (#125)
Co-authored-by: lshep <[email protected]>
1 parent 9b7a28c commit aacd97a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web-query.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ operating systems, and that users benefit from easy-to-run vignettes
1616
and examples.
1717

1818
1. Download files of reasonable size. Use `system.time()` to estimate the
19-
download time. Remember the package should require less than 5 minutes to
20-
run `R CMD check --no-build-vignettes`.
19+
download time. Remember the package should require less than 10 minutes to
20+
run `R CMD check --no-build-vignettes` with an upper limit of 15 minutes.
2121

2222
2. Set a limit on the number of times the function tries a URL. Avoid
2323
`while()` statements that have no guaranteed termination. These
2424
become infinite loops and eventually result in build-system `TIMEOUT`s.
2525

26-
3. Supply an informative error message.
26+
3. Supply informative error messages.
2727

2828
## Template for Resource Queries
2929

0 commit comments

Comments
 (0)