From 1cf3d10a6da9e3a2d87b29fbd9ed6c82d964153f Mon Sep 17 00:00:00 2001 From: spriyansh Date: Wed, 20 Dec 2023 00:19:22 +0100 Subject: [PATCH] Enable testing during build --- tests/testthat.R | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/testthat.R b/tests/testthat.R index 083aada..2ebb308 100644 --- a/tests/testthat.R +++ b/tests/testthat.R @@ -1,4 +1,4 @@ -# # tests/testthat.R -# library(testthat) -# library(scMaSigPro) -# test_check("scMaSigPro") +# tests/testthat.R +library(testthat) +library(scMaSigPro) +test_check("scMaSigPro")