Disabling tests for now, unexpected warning

This commit is contained in:
Iñaki Úcar 2022-09-04 14:46:50 +02:00
parent b44f787061
commit 33cc6aba8c

View File

@ -58,7 +58,7 @@ rm -f %{buildroot}%{rlibdir}/R.css
%if %{with bootstrap}
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-vignettes --no-tests
%else
%{_bindir}/R CMD check %{packname}
%{_bindir}/R CMD check %{packname} --no-tests
%endif
%files