Skip to content
Prev 3152 / 12125 Next

[R-pkg-devel] Help

Hi,

the NOTEs show that your examples require to much CPU time.

Solution: reduce CPU time of your examples by increasing efficiency of 
your code, by simplification of the examples (e.g. with smaller samples 
or toy data), or, if nothing else helps, by embracing examples with 
\dontrun{} or \donttest{}.

https://cran.r-project.org/doc/manuals/r-release/R-exts.html#index-_005cdontrun

As said, use this only if nothing else helps, because it reduces code 
coverage of the tests: https://en.wikipedia.org/wiki/Code_coverage

Thomas


Am 21.09.2018 um 11:37 schrieb Rhys D Munden: