tests/testthat.R

library(testthat)
library(primarycensored)

test_results <- test_check("primarycensored")

if (any(as.data.frame(test_results)$warning > 0)) {
  stop("tests failed with warnings")
}

Try the primarycensored package in your browser

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

primarycensored documentation built on April 3, 2025, 6:24 p.m.