disable tests

This commit is contained in:
Tom spot Callaway 2022-09-01 23:36:11 -04:00
parent 6aef332833
commit 4ffcfc6a2a

View File

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