Update to latest version.
This commit is contained in:
parent
be4352df21
commit
c8b0f4b2eb
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/lazyeval_0.2.1.tar.gz
|
||||
/lazyeval_0.2.2.tar.gz
|
||||
|
@ -5,8 +5,8 @@
|
||||
%global with_doc 1
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 0.2.1
|
||||
Release: 5%{?dist}
|
||||
Version: 0.2.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Lazy (Non-Standard) Evaluation
|
||||
|
||||
License: GPLv3
|
||||
@ -16,14 +16,16 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
# Imports:
|
||||
# Suggests: R-knitr R-rmarkdown R-testthat R-covr
|
||||
# Suggests: R-knitr, R-rmarkdown >= 0.2.65, R-testthat, R-covr
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
BuildRequires: R-devel tex(latex)
|
||||
BuildRequires: R-knitr R-testthat
|
||||
BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: R-knitr
|
||||
BuildRequires: R-testthat
|
||||
%if %with_doc
|
||||
BuildRequires: R-rmarkdown
|
||||
BuildRequires: R-rmarkdown >= 0.2.65
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -74,6 +76,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Mar 17 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.2.2-1
|
||||
- Update to latest version
|
||||
|
||||
* Wed Mar 06 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.2.1-5
|
||||
- Enable more tests
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lazyeval_0.2.1.tar.gz) = 18c559b3948ab4d68c68b60b8a01c3ec49e2e3155bf5cd973438cb4533f6a2d2ea461e2a90edf78ccb7b4db8a1f2b6169cc50e4e65532ebfd295099cdb19977a
|
||||
SHA512 (lazyeval_0.2.2.tar.gz) = b1115386f76b14e9e718ff2234de1dcdd8d11f2f06b9490e901c0496a0780f96d543c6ccd6552791f1e004e379cdeeccec7c9075db9def639664bd9370ea889e
|
||||
|
Loading…
Reference in New Issue
Block a user