tests/testthat/helper-skip.R

skip_if_no_sympy <- function() {
  if (!has_sympy()) {
    skip("sympy not available for testing")
  }
}

Try the caracas package in your browser

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

caracas documentation built on June 22, 2024, 10:59 a.m.