Disable tests to boostrap testthat
Signed-off-by: Jason Montleon <jmontleo@redhat.com>
This commit is contained in:
parent
31a1c3f822
commit
7f3260d5c2
14
R-gert.spec
14
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
|
||||
|
Loading…
Reference in New Issue
Block a user