tests/test-all.R

if (requireNamespace("testthat", quietly = TRUE)) {
  library(testthat)
  library(smerc)
  test_check("smerc")
} else {
  message("tests could not be run because testthat is not installed")
}

Try the smerc package in your browser

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

smerc documentation built on Oct. 10, 2023, 5:07 p.m.