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."
  )
}

Try the slider package in your browser

Any scripts or data that you put into this service are public.

slider documentation built on Oct. 12, 2023, 5:11 p.m.