Disable build vignettes (uses Internet)
This commit is contained in:
parent
4e7b95068e
commit
af5e924b33
@ -67,7 +67,7 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
|||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
%{_bindir}/R CMD check %{packname}
|
%{_bindir}/R CMD check %{packname}
|
||||||
%else
|
%else
|
||||||
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-build-vignettes
|
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-vignettes
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user