Sun, 16 Jun 2024 17:01:52 UTC | login

Information for build R-future-1.18.0-2.fc33

ID170304
Package NameR-future
Version1.18.0
Release2.fc33
Epoch
SummaryUnified Parallel and Distributed Processing in R for Everyone
DescriptionThe purpose of this package is to provide a lightweight and unified Future API for sequential and parallel processing of R expression via futures. The simplest way to evaluate an expression in parallel is to use `x %<-% { expression }` with `plan(multiprocess)`. This package implements sequential, multicore, multisession, and cluster futures. With these, R expressions can be evaluated on the local machine, in parallel a set of local machines, or distributed on a mix of local and remote machines. Extensions to this package implement additional backends for processing futures via compute cluster schedulers etc. Because of its unified API, there is no need to modify any code in order switch from sequential on the local machine to, say, distributed processing on a remote compute cluster. Another strength of this package is that global variables and functions are automatically identified and exported as needed, making it straightforward to tweak existing code to make use of futures.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2020 11:33:50 UTC
CompletedThu, 13 Aug 2020 11:33:50 UTC
Tags
f33
RPMs
src
R-future-1.18.0-2.fc33.src.rpm (info) (download)
noarch
R-future-1.18.0-2.fc33.noarch.rpm (info) (download)
Changelog * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 21 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.18.0-1 - Update to latest version * Sun Jun 07 2020 Tom Callaway <spot@fedoraproject.org> - 1.17.0-2 - rebuild for R 4 * Thu May 21 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.17.0-1 - Update to latest version * Fri Feb 28 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.16.0-2 - Rebuild against RhpcBLASctl * Mon Feb 24 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.16.0-1 - Update to latest version * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Nov 25 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.15.1-1 - Update to latest version * Wed Nov 13 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.15.0-1 - Update to latest version * Sun Aug 11 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.14.0-3 - Remove explicit dependencies provided by automatic dependency generator * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Jul 16 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.14.0-1 - Update to latest version * Wed May 08 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.13.0-1 - Update to latest version * Fri Mar 08 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.12.0-1 - Update to latest version * Wed Feb 06 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.11.1.1-1 - Update to latest version * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Jan 23 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.11.0-1 - Update to latest version