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 Oct. 17, 2023, 5:08 p.m.