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}
|
Name: R-%{packname}
|
||||||
Version: 0.2.2
|
Version: 0.2.2
|
||||||
Release: 18.0.riscv64%{?dist}
|
Release: 18.1.riscv64%{?dist}
|
||||||
Summary: Lazy (Non-Standard) Evaluation
|
Summary: Lazy (Non-Standard) Evaluation
|
||||||
|
|
||||||
# Automatically converted from old format: GPLv3 - review is highly recommended.
|
# 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: R-devel
|
||||||
BuildRequires: tex(latex)
|
BuildRequires: tex(latex)
|
||||||
BuildRequires: R-knitr
|
BuildRequires: R-knitr
|
||||||
#BuildRequires: R-testthat
|
BuildRequires: R-testthat
|
||||||
%if %with_doc
|
%if %with_doc
|
||||||
BuildRequires: R-rmarkdown >= 0.2.65
|
BuildRequires: R-rmarkdown >= 0.2.65
|
||||||
%endif
|
%endif
|
||||||
@ -53,10 +53,10 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
#export NOT_CRAN=true
|
export NOT_CRAN=true
|
||||||
#%if %with_doc
|
%if %with_doc
|
||||||
#%{_bindir}/R CMD check %{packname}
|
%{_bindir}/R CMD check %{packname}
|
||||||
#%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user