From 4f9c253f1ce28078a385bd89a24f6eec4a4b0454 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Thu, 11 Jun 2026 13:57:42 -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 f6cf4ff..b51801a 100644 --- a/tests/run_unitTests.R +++ b/tests/run_unitTests.R @@ -1,2 +1,3 @@ require("GenomeInfoDb") || stop("unable to load GenomeInfoDb package") +require("RUnit") || stop("unable to load RUnit package") GenomeInfoDb:::.test()