From 7f3260d5c26477242247425b9f989585d18553ed Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Mon, 12 Aug 2024 10:50:56 -0400 Subject: [PATCH] Disable tests to boostrap testthat Signed-off-by: Jason Montleon --- R-gert.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/R-gert.spec b/R-gert.spec index 7c376ea..e925f3c 100644 --- a/R-gert.spec +++ b/R-gert.spec @@ -6,7 +6,7 @@ Name: R-%{packname} Version: %{packver} -Release: 12%{?dist} +Release: 12.0.riscv64%{?dist} Summary: Simple Git Client for R License: MIT @@ -32,7 +32,7 @@ BuildRequires: R-zip >= 2.1.0 BuildRequires: R-spelling BuildRequires: R-knitr BuildRequires: R-rmarkdown -BuildRequires: R-testthat +#BuildRequires: R-testthat %description Simple git client for R based on 'libgit2' with support for SSH and HTTPS @@ -58,11 +58,11 @@ rm -f %{buildroot}%{rlibdir}/R.css %check -%if %{with network} -%{_bindir}/R CMD check --ignore-vignettes %{packname} -%else -%{_bindir}/R CMD check --ignore-vignettes %{packname} --no-examples -%endif +#%if %{with network} +#%{_bindir}/R CMD check --ignore-vignettes %{packname} +#%else +#%{_bindir}/R CMD check --ignore-vignettes %{packname} --no-examples +#%endif %files