Skip to content
Prev 2746 / 12125 Next

[R-pkg-devel] CRAN pretest: Overall checktime 14 min > 10 min

On 21.05.2018 18:04, Dirk Eddelbuettel wrote:
A very difficult topic, while some authors do not supply any sensible 
checks nor evben examples and we have to force them to add even simplest 
code for some runtime checks, there are other who try too much. We are 
frequently bitten by cases where maintainers try to increase code 
coverage in the tests, but actually do test features of other packages 
(such as warning or error messages another package or R generates). One 
of the issues to be discussed would be that sensible testing is 
required, but not everythuing that leads to a larger coverage percentage 
makes sense ...
Another frequent thing we see is thast people run MCMC simulations in 
the tests with thousands of iterations that are actually not needed for 
testing.

Best,
Uwe