HenrikBengtsson / matrixStats

R package: Methods that Apply to Rows and Columns of Matrices (and to Vectors)
https://cran.r-project.org/package=matrixStats
203 stars 33 forks source link

Pre-release testing: Make sure to test on system *without long double* support #148

Closed HenrikBengtsson closed 5 years ago

HenrikBengtsson commented 5 years ago

In R-pkg-devel, on Thu, May 16, 2019 at 8:11 AM Gábor Csárdi wrote:

To make sure that you have fixed it, you need an R build without long double support. If you don't want to do this yourself, R-hub now has a platform without long doubles, so you can do:

rhub::check(platform = "debian-gcc-devel-nold")

You can also do it locally with rhub::local_check_linux() or grab the Docker image from https://cloud.docker.com/u/rhub/repository/docker/rhub/debian-gcc-devel-nold

This might already be done, e.g. I'm testing on an old 32-bit Linux system. Leaving this open issue until I know.

HenrikBengtsson commented 5 years ago
> rhub::check(platform = "debian-gcc-devel-nold")

was succesful. This will now be used for all releases.