re-enable tests
Signed-off-by: Jason Montleon <jmontleo@redhat.com>
This commit is contained in:
parent
cce251c8b4
commit
bd30566eb6
@ -3,13 +3,13 @@
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: %{packver}
|
||||
Release: 8.0.riscv64%{?dist}
|
||||
Release: 8.1.riscv64%{?dist}
|
||||
Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{packver}.tar.gz
|
||||
License: MIT
|
||||
URL: http://cran.r-project.org/web/packages/cachem/index.html
|
||||
Summary: Cache R Objects with Automatic Pruning
|
||||
BuildRequires: R-devel >= 3.0.0, tex(latex), R-rlang, R-fastmap, gcc
|
||||
#BuildRequires: R-testthat
|
||||
BuildRequires: R-testthat
|
||||
|
||||
%description
|
||||
Key-value stores with automatic pruning. Caches can limit either their total
|
||||
@ -28,7 +28,7 @@ test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
|
||||
rm -rf $RPM_BUILD_ROOT%{_libdir}/R/library/R.css
|
||||
|
||||
%check
|
||||
#%{_bindir}/R CMD check %{packname}
|
||||
%{_bindir}/R CMD check %{packname}
|
||||
|
||||
%files
|
||||
%dir %{_libdir}/R/library/%{packname}
|
||||
|
Loading…
Reference in New Issue
Block a user