Closed Bisaloo closed 4 years ago
I disabled hash tests on 32bits machines in a26fed7e. For some reason, hash computation differs on i386 on winbuilder on rhub (rhub::check_on_windows(check_args = "--force-multiarch")):
rhub::check_on_windows(check_args = "--force-multiarch")
set.seed(20200328) expect_known_hash( rnorm(100), "c304db5d84" )
On i386:
Value hashes to d0a5b3ad98, not c304db5d84
It's not inherent to all 32bits systems though since the above test works fine on a raspberry pi.
I disabled hash tests on 32bits machines in a26fed7e. For some reason, hash computation differs on i386 on winbuilder on rhub (
rhub::check_on_windows(check_args = "--force-multiarch")
):On i386:
It's not inherent to all 32bits systems though since the above test works fine on a raspberry pi.