From fed6dfb99fa25f190cf1e21f1a81051e7e74ed91 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Thu, 11 Jun 2026 14:06:00 -0700 Subject: [PATCH] Attach RUnit before suite --- tests/run_unitTests.R | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run_unitTests.R b/tests/run_unitTests.R index 0890fbb4..a6097130 100644 --- a/tests/run_unitTests.R +++ b/tests/run_unitTests.R @@ -1,2 +1,3 @@ require("GenomicRanges") || stop("unable to load GenomicRanges package") +require("RUnit") || stop("unable to load RUnit package") GenomicRanges:::.test()