re-enable tests
Signed-off-by: Jason Montleon <jmontleo@redhat.com>
This commit is contained in:
parent
d6d500f157
commit
6ce9907ecb
@ -6,7 +6,7 @@
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 0.2.2
|
||||
Release: 18.0.riscv64%{?dist}
|
||||
Release: 18.1.riscv64%{?dist}
|
||||
Summary: Lazy (Non-Standard) Evaluation
|
||||
|
||||
# Automatically converted from old format: GPLv3 - review is highly recommended.
|
||||
@ -24,7 +24,7 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.
|
||||
BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: R-knitr
|
||||
#BuildRequires: R-testthat
|
||||
BuildRequires: R-testthat
|
||||
%if %with_doc
|
||||
BuildRequires: R-rmarkdown >= 0.2.65
|
||||
%endif
|
||||
@ -53,10 +53,10 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%check
|
||||
#export NOT_CRAN=true
|
||||
#%if %with_doc
|
||||
#%{_bindir}/R CMD check %{packname}
|
||||
#%endif
|
||||
export NOT_CRAN=true
|
||||
%if %with_doc
|
||||
%{_bindir}/R CMD check %{packname}
|
||||
%endif
|
||||
|
||||
|
||||
%files
|
||||
|
Loading…
Reference in New Issue
Block a user