Skip examples if without dplyr.

This commit is contained in:
Elliott Sales de Andrade 2019-02-15 02:28:32 -05:00
parent 5ac73725c6
commit f6d835e30b
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export LANG=C.UTF-8
%if %{with_suggests}
%{_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} --no-examples
%endif