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 April 12, 2025, 2:25 a.m.