From a8a2039e4b22881559b7401e4b3a10471779e222 Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Mon, 12 Aug 2024 13:33:37 -0400 Subject: [PATCH] re-enable tests Signed-off-by: Jason Montleon --- R-later.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/R-later.spec b/R-later.spec index 8099925..d2bfd2b 100644 --- a/R-later.spec +++ b/R-later.spec @@ -4,7 +4,7 @@ Name: R-%{packname} Version: %{packver} -Release: 2.0.riscv64%{?dist} +Release: 2.1.riscv64%{?dist} Summary: Utilities for Scheduling Functions to Execute Later with Event Loops License: MIT @@ -26,7 +26,7 @@ BuildRequires: R-Rcpp-devel >= 0.12.9 BuildRequires: R-rlang BuildRequires: R-knitr BuildRequires: R-rmarkdown -#BuildRequires: R-testthat >= 2.1.0 +BuildRequires: R-testthat >= 2.1.0 %description Executes arbitrary R or C functions some time after the current time, after the @@ -64,7 +64,7 @@ rm %{buildroot}%{rlibdir}/%{packname}/bgtest.cpp %check -#%{_bindir}/R CMD check --ignore-vignettes %{packname} +%{_bindir}/R CMD check --ignore-vignettes %{packname} %files