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:
parent
ccf6003e82
commit
540c413e9f
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user