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