tests/testthat/helper-long-double.R

skip_if_no_long_double <- function() {
  skip_if(
    condition = .Machine$sizeof.longdouble <= 8L,
    message = "`long double` is less than or equal to `double` on this platform."
  )
}
DavisVaughan/slurrr documentation built on Oct. 19, 2023, 1:49 a.m.