Skip to content

Commit e614873

Browse files
committed
Deploying to gh-pages from @ aacd97a 🚀
1 parent c94c219 commit e614873

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

querying-web-resources.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@ <h2>
120120
and examples.</p>
121121
<ol style="list-style-type: decimal">
122122
<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
123-
download time. Remember the package should require less than 5 minutes to
124-
run <code>R CMD check --no-build-vignettes</code>.</p></li>
123+
download time. Remember the package should require less than 10 minutes to
124+
run <code>R CMD check --no-build-vignettes</code> with an upper limit of 15 minutes.</p></li>
125125
<li><p>Set a limit on the number of times the function tries a URL. Avoid
126126
<code>while()</code> statements that have no guaranteed termination. These
127127
become infinite loops and eventually result in build-system <code>TIMEOUT</code>s.</p></li>
128-
<li><p>Supply an informative error message.</p></li>
128+
<li><p>Supply informative error messages.</p></li>
129129
</ol>
130130
</div>
131131
<div id="template-for-resource-queries" class="section level2" number="33.2">

search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)