tests/testthat/helper_skip.R

set.seed(4711)


skip_on_32bit <- function ()
{
  if (.Machine$sizeof.pointer != 4L) {
    return(invisible(TRUE))
  }
  skip("32 bit")
}

Try the breathteststan package in your browser

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

breathteststan documentation built on May 29, 2024, 4:23 a.m.