tests/testthat/helper-skip.R

# Skip slow tests
skip_slow <- function() {
	skip_if_not(exists("run_slow_tests") && run_slow_tests, message = "Slow test skipped")
}

Try the pROC package in your browser

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

pROC documentation built on Nov. 2, 2023, 6:05 p.m.