Ignore vignettes

This commit is contained in:
Iñaki Úcar 2023-04-21 21:43:21 +02:00
parent 453278ae0f
commit b68545de10
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ rm -f %{buildroot}%{rlibdir}/R.css
%check
export LANG=C.UTF-8
%if %{without bootstrap}
%{_bindir}/R CMD check %{packname}
%{_bindir}/R CMD check --ignore-vignettes %{packname}
%endif