Skip to content
Prev 4391 / 12125 Next

[R-pkg-devel] How reproduce CRAN check

On 13/09/2019 10:15 a.m., Cristiane Hayumi Taniguti wrote:
I would add some kind of Rprintf statement near line 101 of 
twopts_f2.cpp to show the value that you are apparently trying to coerce 
to int at that point.  Apparently it is sometimes equal to NaN, and this 
is being caught in the CRAN checks, but not in yours.  That might be 
because they are doing more stringent checks (UBSAN is very stringent), 
or it might be that the value is actually different on their system.

Duncan Murdoch