Skip to contents

Load testing and benchmarking functions.

Usage

load_diagnostics(type = c("both", "tests", "benchmarks"))

Arguments

type

"tests", "benchmarks", or "both"

Value

Invisibly TRUE

Examples

if (FALSE) { # \dontrun{
load_diagnostics("tests")
quick_test(5000)
} # }