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.7.tar.gz
|
||||
|
@ -6,9 +6,9 @@
|
||||
%global with_suggests 0
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.4.4
|
||||
Release: 5%{?dist}
|
||||
Summary: Provides Foreach Looping Construct for R
|
||||
Version: 1.4.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Provides Foreach Looping Construct
|
||||
|
||||
License: ASL 2.0
|
||||
URL: https://CRAN.R-project.org/package=%{packname}
|
||||
@ -32,13 +32,13 @@ BuildRequires: R-randomForest
|
||||
%endif
|
||||
|
||||
%description
|
||||
Support for the foreach looping construct. Foreach is an idiom that
|
||||
allows for iterating over elements in a collection, without the use of an
|
||||
explicit loop counter. This package in particular is intended to be used
|
||||
for its return value, rather than for its side effects. In that sense, it
|
||||
is similar to the standard lapply function, but doesn't require the
|
||||
evaluation of a function. Using foreach without side effects also
|
||||
facilitates executing the loop in parallel.
|
||||
Support for the foreach looping construct. Foreach is an idiom that allows for
|
||||
iterating over elements in a collection, without the use of an explicit loop
|
||||
counter. This package in particular is intended to be used for its return
|
||||
value, rather than for its side effects. In that sense, it is similar to the
|
||||
standard lapply function, but doesn't require the evaluation of a function.
|
||||
Using foreach without side effects also facilitates executing the loop in
|
||||
parallel.
|
||||
|
||||
|
||||
%prep
|
||||
@ -80,6 +80,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
|
||||
|
||||
|
||||
%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
|
||||
- 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