diff --git a/R-dplyr.spec b/R-dplyr.spec index 0c4ef1a..3a300fd 100644 --- a/R-dplyr.spec +++ b/R-dplyr.spec @@ -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