Update to latest version.
This commit is contained in:
parent
ff8560624a
commit
f087df4f51
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/formatR_1.5.tar.gz
|
||||
/formatR_1.6.tar.gz
|
||||
/formatR_1.7.tar.gz
|
||||
/formatR_1.8.tar.gz
|
||||
|
@ -1,17 +1,15 @@
|
||||
%global packname formatR
|
||||
%global packver 1.8
|
||||
%global rlibdir %{_datadir}/R/library
|
||||
|
||||
# R-shiny is not yet available.
|
||||
%global with_suggests 0
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.7
|
||||
Release: 7%{?dist}
|
||||
Version: 1.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Format R Code Automatically
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://CRAN.R-project.org/package=%{packname}
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.tar.gz
|
||||
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
@ -24,12 +22,10 @@ BuildArch: noarch
|
||||
BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: R-codetools
|
||||
BuildRequires: R-shiny
|
||||
BuildRequires: R-testit
|
||||
BuildRequires: R-rmarkdown
|
||||
BuildRequires: R-knitr
|
||||
%if %{with_suggests}
|
||||
BuildRequires: R-shiny
|
||||
%endif
|
||||
|
||||
%description
|
||||
Provides a function tidy_source() to format R source code. Spaces and indent
|
||||
@ -53,11 +49,7 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%check
|
||||
%if %{with_suggests}
|
||||
%{_bindir}/R CMD check %{packname}
|
||||
%else
|
||||
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
|
||||
%endif
|
||||
|
||||
|
||||
%files
|
||||
@ -76,6 +68,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Mar 14 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.8-1
|
||||
- Update to latest version (#1937702)
|
||||
|
||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (formatR_1.7.tar.gz) = ab4a70fb276036b57c0e5438e1192ff5af098b55a5f2b227c175c0c33274332947ab0661223ee1347ea5b6f32e801dfcf9448f34ec02e1ff98d054fc78fbe9ee
|
||||
SHA512 (formatR_1.8.tar.gz) = 742cba5b9a265f9e53398e031d0d451d982b3cd717decb3bd375e380b459e9930a8509a2a79e0397314f2c507412a5ecf741a2d7128ed81ce09c8b163ca42690
|
||||
|
Loading…
Reference in New Issue
Block a user