Merge branch 'f30'
This commit is contained in:
commit
8bdc3e2ef6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/foreach_1.4.4.tar.gz
|
/foreach_1.4.4.tar.gz
|
||||||
|
/foreach_1.4.7.tar.gz
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
%global with_suggests 0
|
%global with_suggests 0
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: 1.4.4
|
Version: 1.4.7
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Provides Foreach Looping Construct for R
|
Summary: Provides Foreach Looping Construct
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://CRAN.R-project.org/package=%{packname}
|
URL: https://CRAN.R-project.org/package=%{packname}
|
||||||
@ -32,13 +32,13 @@ BuildRequires: R-randomForest
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Support for the foreach looping construct. Foreach is an idiom that
|
Support for the foreach looping construct. Foreach is an idiom that allows for
|
||||||
allows for iterating over elements in a collection, without the use of an
|
iterating over elements in a collection, without the use of an explicit loop
|
||||||
explicit loop counter. This package in particular is intended to be used
|
counter. This package in particular is intended to be used for its return
|
||||||
for its return value, rather than for its side effects. In that sense, it
|
value, rather than for its side effects. In that sense, it is similar to the
|
||||||
is similar to the standard lapply function, but doesn't require the
|
standard lapply function, but doesn't require the evaluation of a function.
|
||||||
evaluation of a function. Using foreach without side effects also
|
Using foreach without side effects also facilitates executing the loop in
|
||||||
facilitates executing the loop in parallel.
|
parallel.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -80,6 +80,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 17 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.4.7-1
|
||||||
|
- Update to latest version
|
||||||
|
|
||||||
* Sun Aug 11 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.4.4-5
|
* Sun Aug 11 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.4.4-5
|
||||||
- Remove explicit dependencies provided by automatic dependency generator
|
- Remove explicit dependencies provided by automatic dependency generator
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (foreach_1.4.4.tar.gz) = e90e52ce18c0a5bbde5e1240dabbfa150af812a3bf9f9baf6144eae22f896bf8ac65308e2fd8970d461726372cfc5c060a0b886c34d23ae102e0b7815bdc9de0
|
SHA512 (foreach_1.4.7.tar.gz) = 77ac41bb217a267f13735dd0d924193987a5a97f44d748b1dc6e8bddfc5abec7adb821f9741b453d274cd44f7b2eb2a6f4ab8bc488acbd6db6aac79e2da3aa2e
|
||||||
|
Loading…
Reference in New Issue
Block a user