Disable build vignettes (uses Internet)

This commit is contained in:
Iñaki Úcar 2022-09-04 14:25:13 +02:00
parent 04fe9fb512
commit 7521f82ac7
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ rm -f %{buildroot}%{rlibdir}/R.css
%check
%if %{without bootstrap}
%{_bindir}/R CMD check %{packname}
%{_bindir}/R CMD check %{packname} --no-build-vignettes
%endif