tests/testthat/test-semmcci.R

## ---- test-semmcci
lapply(
  X = 1,
  FUN = function(i,
                 text) {
    message(text)
    testthat::test_that(
      text,
      {
        testthat::expect_true(
          TRUE
        )
      }
    )
  },
  text = "test-semmcci"
)

Try the semmcci package in your browser

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

semmcci documentation built on Nov. 6, 2025, 1:08 a.m.