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 April 7, 2022, 5:09 p.m.