disable with doc to break knitr loop, rebuild for R 4
This commit is contained in:
parent
5356921902
commit
17b8c973fc
@ -2,11 +2,11 @@
|
||||
%global rlibdir %{_datadir}/R/library
|
||||
|
||||
# Remove knitr dependency, which also Suggests this package.
|
||||
%global with_doc 1
|
||||
%global with_doc 0
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.5.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: HTML Widgets for R
|
||||
|
||||
License: MIT
|
||||
@ -75,6 +75,10 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 5 2020 Tom Callaway <spot@fedoraproject.org> - 1.5.1-3
|
||||
- disable with doc to break knitr loop
|
||||
- rebuild for R 4
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user