Skip to content

Commit

Permalink
Deploying to gh-pages from @ aacd97a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
lshep committed Nov 20, 2024
1 parent c94c219 commit e614873
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions querying-web-resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ <h2>
and examples.</p>
<ol style="list-style-type: decimal">
<li><p>Download files of reasonable size. Use <code><a href="https://rdrr.io/r/base/system.time.html">system.time()</a></code> to estimate the
download time. Remember the package should require less than 5 minutes to
run <code>R CMD check --no-build-vignettes</code>.</p></li>
download time. Remember the package should require less than 10 minutes to
run <code>R CMD check --no-build-vignettes</code> with an upper limit of 15 minutes.</p></li>
<li><p>Set a limit on the number of times the function tries a URL. Avoid
<code>while()</code> statements that have no guaranteed termination. These
become infinite loops and eventually result in build-system <code>TIMEOUT</code>s.</p></li>
<li><p>Supply an informative error message.</p></li>
<li><p>Supply informative error messages.</p></li>
</ol>
</div>
<div id="template-for-resource-queries" class="section level2" number="33.2">
Expand Down
2 changes: 1 addition & 1 deletion search.json

Large diffs are not rendered by default.

0 comments on commit e614873

Please sign in to comment.