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:49:30 +01:00
parent ccf6003e82
commit 540c413e9f

View File

@ -96,7 +96,8 @@ rm -f %{buildroot}%{rlibdir}/R.css
%check
export LANG=C.UTF-8
%if %{without bootstrap}
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
# We need this because not all the suggests have the corresponding packages in Fedora
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples
%endif