Name : R-doFuture
| |
Version : 1.0.1
| Vendor : obs://build_opensuse_org/devel:languages:R
|
Release : lp155.1.1
| Date : 2023-12-21 17:23:25
|
Group : Development/Libraries/Other
| Source RPM : R-doFuture-1.0.1-lp155.1.1.src.rpm
|
Size : 0.17 MB
| |
Packager : https://www_suse_com/
| |
Summary : Use Foreach to Parallelize via the Future Framework
|
Description :
The \'future\' package provides a unifying parallelization framework for R that supports many parallel and distributed backends. The \'foreach\' package provides a powerful API for iterating over an R expression in parallel. The \'doFuture\' package brings the best of the two together. There are two alternative ways to use this package. The recommended approach is to use \'y < - foreach(...) %dofuture% { ... }\', which does not require using \'registerDoFuture()\' and has many advantages over \'%dopar%\'. The alternative is the traditional \'foreach\' approach by registering the \'foreach\' adapter \'registerDoFuture()\' and so that \'y < - foreach(...) %dopar% { ... }\' runs in parallelizes with the \'future\' framework.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/R:/autoCRAN/15.5/x86_64 |