tests/testthat/testthat.R

if (requireNamespace("testthat", quietly = TRUE)) {
    library(testthat)
    library(valdr)
    test_check("valdr")
} else {
    message("Skipping tests: testthat not installed")
}

Try the valdr package in your browser

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

valdr documentation built on April 22, 2026, 9:08 a.m.