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 %check
%if %{with bootstrap} %if %{with bootstrap}
export _R_CHECK_FORCE_SUGGESTS_=0 _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-tests
%endif %else
%{_bindir}/R CMD check %{packname} %{_bindir}/R CMD check %{packname}
%endif
%files %files
%dir %{rlibdir}/%{packname} %dir %{rlibdir}/%{packname}