tests/test_defunct.R

library(pccc)

x <- tryCatch(test_helper(), error = function(e) e)
stopifnot(inherits(x, "error"))
stopifnot(grepl(".test_helper.\ is defunct\\.", x$message))

Try the pccc package in your browser

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

pccc documentation built on June 8, 2025, 1:07 p.m.