From 6ce9907ecb3871e0d19341d07bdd1e5eaf011a1c Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Mon, 12 Aug 2024 13:34:32 -0400 Subject: [PATCH] re-enable tests Signed-off-by: Jason Montleon --- R-lazyeval.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/R-lazyeval.spec b/R-lazyeval.spec index 6975624..a4ee5db 100644 --- a/R-lazyeval.spec +++ b/R-lazyeval.spec @@ -6,7 +6,7 @@ Name: R-%{packname} Version: 0.2.2 -Release: 18.0.riscv64%{?dist} +Release: 18.1.riscv64%{?dist} Summary: Lazy (Non-Standard) Evaluation # Automatically converted from old format: GPLv3 - review is highly recommended. @@ -24,7 +24,7 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}. BuildRequires: R-devel BuildRequires: tex(latex) BuildRequires: R-knitr -#BuildRequires: R-testthat +BuildRequires: R-testthat %if %with_doc BuildRequires: R-rmarkdown >= 0.2.65 %endif @@ -53,10 +53,10 @@ rm -f %{buildroot}%{rlibdir}/R.css %check -#export NOT_CRAN=true -#%if %with_doc -#%{_bindir}/R CMD check %{packname} -#%endif +export NOT_CRAN=true +%if %with_doc +%{_bindir}/R CMD check %{packname} +%endif %files