# ============================================================================= # FILE: tests/testthat.R (Main test runner) # ============================================================================= # Main testthat runner for qbrms package library(testthat) library(qbrms) # Run all tests in the testthat directory test_check("qbrms")