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}
|
Name: R-%{packname}
|
||||||
Version: %{packver}
|
Version: %{packver}
|
||||||
Release: 12%{?dist}
|
Release: 12.0.riscv64%{?dist}
|
||||||
Summary: Simple Git Client for R
|
Summary: Simple Git Client for R
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -32,7 +32,7 @@ BuildRequires: R-zip >= 2.1.0
|
|||||||
BuildRequires: R-spelling
|
BuildRequires: R-spelling
|
||||||
BuildRequires: R-knitr
|
BuildRequires: R-knitr
|
||||||
BuildRequires: R-rmarkdown
|
BuildRequires: R-rmarkdown
|
||||||
BuildRequires: R-testthat
|
#BuildRequires: R-testthat
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Simple git client for R based on 'libgit2' with support for SSH and HTTPS
|
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
|
%check
|
||||||
%if %{with network}
|
#%if %{with network}
|
||||||
%{_bindir}/R CMD check --ignore-vignettes %{packname}
|
#%{_bindir}/R CMD check --ignore-vignettes %{packname}
|
||||||
%else
|
#%else
|
||||||
%{_bindir}/R CMD check --ignore-vignettes %{packname} --no-examples
|
#%{_bindir}/R CMD check --ignore-vignettes %{packname} --no-examples
|
||||||
%endif
|
#%endif
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user