Update to latest version.
This commit is contained in:
parent
9b968712e9
commit
54729f9948
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/formatR_1.5.tar.gz
|
||||
/formatR_1.6.tar.gz
|
||||
/formatR_1.7.tar.gz
|
||||
|
@ -5,7 +5,7 @@
|
||||
%global with_suggests 0
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.6
|
||||
Version: 1.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Format R Code Automatically
|
||||
|
||||
@ -38,11 +38,10 @@ BuildRequires: R-shiny
|
||||
%endif
|
||||
|
||||
%description
|
||||
Provides a function tidy_source() to format R source code. Spaces and
|
||||
indent will be added to the code automatically, and comments will be
|
||||
preserved under certain conditions, so that R code will be more
|
||||
human-readable and tidy. There is also a Shiny app as a user interface in
|
||||
this package (see tidy_app()).
|
||||
Provides a function tidy_source() to format R source code. Spaces and indent
|
||||
will be added to the code automatically, and comments will be preserved under
|
||||
certain conditions, so that R code will be more human-readable and tidy. There
|
||||
is also a Shiny app as a user interface in this package (see tidy_app()).
|
||||
|
||||
|
||||
%prep
|
||||
@ -83,6 +82,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 12 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.7-1
|
||||
- Update to latest version
|
||||
|
||||
* Fri Mar 08 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.6-1
|
||||
- Update to latest version
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (formatR_1.6.tar.gz) = 68fdf75a710ecc5f59aca2bb42baeade78231bacd39518b4d912c17a787d48573bb696de0e8b1f011feca7c50f7af52b2874fc46807e04e9314a0f3a74cd8f2e
|
||||
SHA512 (formatR_1.7.tar.gz) = ab4a70fb276036b57c0e5438e1192ff5af098b55a5f2b227c175c0c33274332947ab0661223ee1347ea5b6f32e801dfcf9448f34ec02e1ff98d054fc78fbe9ee
|
||||
|
Loading…
Reference in New Issue
Block a user