diff --git a/R-lazyeval.spec b/R-lazyeval.spec index 6975624..a4ee5db 100644 --- a/R-lazyeval.spec +++ b/R-lazyeval.spec @@ -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