Ignore vignettes
This commit is contained in:
parent
45795f593c
commit
ae536ea5b8
@ -62,9 +62,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
%check
|
||||
%if %{without bootstrap}
|
||||
%{_bindir}/R CMD check %{packname}
|
||||
%{_bindir}/R CMD check --ignore-vignettes %{packname}
|
||||
%else
|
||||
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples
|
||||
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check --ignore-vignettes %{packname} --no-examples
|
||||
%endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user