[R-pkg-devel] Help
Thomas Petzoldt
thom@@@petzoldt @ending from tu-dre@den@de
Fri Sep 21 17:03:22 CEST 2018
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:
> Hi,
> received the below email about uploading a package, but I'm not sure how to
> solve these problems.
> Thanks
>
> Rhys
>
More information about the R-package-devel
mailing list