Ignore vignettes

This commit is contained in:
Iñaki Úcar 2023-04-21 15:56:23 +02:00
parent ec4168e2f0
commit 20c6cbd41f
1 changed files with 1 additions and 1 deletions

View File

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