From 4243f22859ef7baa71a5b028cc1fa9feb86f4ad9 Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Sun, 11 Aug 2024 16:08:26 -0400 Subject: [PATCH] Disable checks to bootstrap testthat Signed-off-by: Jason Montleon --- R-xml2.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/R-xml2.spec b/R-xml2.spec index 2feee96..dc49840 100644 --- a/R-xml2.spec +++ b/R-xml2.spec @@ -6,7 +6,7 @@ Name: R-%{packname} Version: %{packver} -Release: 2%{?dist} +Release: 2.0.risc64%{?dist} Summary: Parse XML # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -26,7 +26,7 @@ BuildRequires: R-devel BuildRequires: tex(latex) BuildRequires: R-methods BuildRequires: R-magrittr -BuildRequires: R-testthat >= 2.1.0 +#BuildRequires: R-testthat >= 2.1.0 %if %{with_suggests} BuildRequires: R-mockery BuildRequires: R-curl @@ -70,7 +70,7 @@ rm -f %{buildroot}%{rlibdir}/R.css %if %{with_suggests} %{_bindir}/R CMD check %{packname} --no-examples %else -_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes --no-examples --no-tests +#_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes --no-examples --no-tests %endif