tests/testthat/helper.R

expect_between <- function(object, lower = -Inf, upper = Inf) {
  expect_true(all(object >= lower & object <= upper))
}

Try the mcmcsae package in your browser

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

mcmcsae documentation built on July 21, 2026, 1:06 a.m.