tests/testthat.R

needed_packages <- c("testthat", "vctrs", "mockery", "ROCR", "confcons")

missing_packages <- needed_packages[!vapply(X = needed_packages,
																						FUN = requireNamespace,
																						quietly = TRUE,
																						FUN.VALUE = logical(1))]

if (length(missing_packages) == 0) {
	testthat::test_check("confcons")
}

Try the confcons package in your browser

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

confcons documentation built on Aug. 29, 2025, 5:13 p.m.