disable tests
This commit is contained in:
parent
6aef332833
commit
4ffcfc6a2a
@ -64,10 +64,10 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
export _R_CHECK_FORCE_SUGGESTS_=0
|
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-tests
|
||||||
%endif
|
%else
|
||||||
%{_bindir}/R CMD check %{packname}
|
%{_bindir}/R CMD check %{packname}
|
||||||
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%dir %{rlibdir}/%{packname}
|
%dir %{rlibdir}/%{packname}
|
||||||
|
Loading…
Reference in New Issue
Block a user