rebuild for R 4

broom is now an R package so it does not need to be excluded
remove from BuildRequires other packages that are not yet available
This commit is contained in:
José Matos 2020-07-06 13:18:27 +01:00
parent 6cc6a0ba92
commit ccf6003e82

View File

@ -96,8 +96,6 @@ rm -f %{buildroot}%{rlibdir}/R.css
%check %check
export LANG=C.UTF-8 export LANG=C.UTF-8
%if %{without bootstrap} %if %{without bootstrap}
%{_bindir}/R CMD check %{packname}
%else
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
%endif %endif