re-enable tests
Signed-off-by: Jason Montleon <jmontleo@redhat.com>
This commit is contained in:
parent
d0508cc36f
commit
a8a2039e4b
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: %{packver}
|
Version: %{packver}
|
||||||
Release: 2.0.riscv64%{?dist}
|
Release: 2.1.riscv64%{?dist}
|
||||||
Summary: Utilities for Scheduling Functions to Execute Later with Event Loops
|
Summary: Utilities for Scheduling Functions to Execute Later with Event Loops
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -26,7 +26,7 @@ BuildRequires: R-Rcpp-devel >= 0.12.9
|
|||||||
BuildRequires: R-rlang
|
BuildRequires: R-rlang
|
||||||
BuildRequires: R-knitr
|
BuildRequires: R-knitr
|
||||||
BuildRequires: R-rmarkdown
|
BuildRequires: R-rmarkdown
|
||||||
#BuildRequires: R-testthat >= 2.1.0
|
BuildRequires: R-testthat >= 2.1.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Executes arbitrary R or C functions some time after the current time, after the
|
Executes arbitrary R or C functions some time after the current time, after the
|
||||||
@ -64,7 +64,7 @@ rm %{buildroot}%{rlibdir}/%{packname}/bgtest.cpp
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
#%{_bindir}/R CMD check --ignore-vignettes %{packname}
|
%{_bindir}/R CMD check --ignore-vignettes %{packname}
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user