tests/testthat.R

library(testthat)
library(arl)

# Treat warnings as errors so unexpected warnings fail the test suite
old_warn <- options(warn = 2)
on.exit(options(old_warn), add = TRUE)

test_check("arl")

Try the arl package in your browser

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

arl documentation built on March 19, 2026, 5:09 p.m.