tests/testthat/helper-skipping.R

# Custom skipping function, specializing testthat::skip.
skip_if_r_devel_linux_clang <- function() {
  do_skip <- is_r_devel_linux_clang()
  if (do_skip) {
    skip("On R-devel Linux system with non-standard clang")
  } else {
    invisible()
  }
}

Try the mmrm package in your browser

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

mmrm documentation built on Oct. 7, 2024, 1:14 a.m.