--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2025-5613b8bce9
2025-04-23 01:45:48.555161+00:00
--------------------------------------------------------------------------------

Name        : R-future
Product     : Fedora 42
Version     : 1.32.0
Release     : 11.fc42
URL         : https://CRAN.R-project.org/package=future
Summary     : Unified Parallel and Distributed Processing in R for Everyone
Description :
The 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(multisession)`. 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.

--------------------------------------------------------------------------------
Update Information:

Update to R 4.5.0
--------------------------------------------------------------------------------
ChangeLog:

* Fri Apr 18 2025 Iñaki Úcar <[email protected]> - 1.32.0-11
- R-maint-sig mass rebuild
* Fri Apr 18 2025 Iñaki Úcar <[email protected]> - 1.32.0-10
- R-maint-sig mass rebuild
* Fri Apr 18 2025 Iñaki Úcar <[email protected]> - 1.32.0-9
- R-maint-sig mass rebuild
--------------------------------------------------------------------------------

This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2025-5613b8bce9' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------

-- 
_______________________________________________
package-announce mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to