File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -120,12 +120,12 @@ <h2>
120120and 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
127127become 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 ">
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments