Skip to content
Prev 5081 / 12125 Next

[R-pkg-devel] CRAN checks failing for ATLAS

El s?b., 22 feb. 2020 14:26, Stefan M?ding <s.moeding at gmail.com> escribi?:
It's the same check, but using ATLAS as the algebra back-end instead of
BLAS.
It seems that you are checking exact output values in your tests, and
changing the library changes the computed coefficients. This is generally a
bad idea, precisely as this issue demonstrates. Checking ranges or numbers
with some tolerance is much better, but then you cannot rely on .Rout.

I?aki