Skip to content
Prev 4823 / 12125 Next

[R-pkg-devel] rhub, docker and Bioconductor

On Tue, 7 Jan 2020 13:54:38 +0000
Christian Martin Hennig <christian.hennig at unibo.it> wrote:

            
I cannot answer your original questions, but I can offer some advice on
the problems uncovered by package checks:
In R-devel, matrices are now also arrays [*]:
Use !inherits(convinv, 'try-error') instead.
These mostly seem to be concerned with the package startup message from
the mclust package. Try wrapping the calls to library(mclust) into
suppressPackageStartupMessages()?

As for the numbers being different between .Rout.save and actual test
results in ATLAS/MKL/noLD/OpenBLAS tests despite set.seed() being used,
I am not sure what could be done. RNGversion() might help, but this
could also be caused by differences in mclust version, in which case
the result might just be impossible to reproduce.