tests/testthat/test-native.R

# Entry point for running native .arl test files

thin <- make_cran_thinner()

test_that("native tests run successfully", {
  thin()
  # Find the native tests directory relative to this test file
  test_dir <- testthat::test_path("..", "native")
  run_native_tests(test_dir)
})

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.