Ignore vignettes
This commit is contained in:
parent
cabca92992
commit
2224803e2d
@ -59,9 +59,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
%check
|
||||
%if %{with network}
|
||||
%{_bindir}/R CMD check %{packname}
|
||||
%{_bindir}/R CMD check --ignore-vignettes %{packname}
|
||||
%else
|
||||
%{_bindir}/R CMD check %{packname} --no-examples
|
||||
%{_bindir}/R CMD check --ignore-vignettes %{packname} --no-examples
|
||||
%endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user