Package: doFuture
Version: 1.0.0
Title: Use Foreach to Parallelize via the Future Framework
Depends: foreach (>= 1.5.0), future (>= 1.32.0)
Imports: future.apply, globals, iterators, parallel, utils
Suggests: doRNG (>= 1.8.2), markdown, R.rsp
VignetteBuilder: R.rsp
Authors@R: c(person("Henrik", "Bengtsson", role=c("aut", "cre", "cph"),
                                          email = "henrikb@braju.com"))
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 first is the traditional 'foreach' approach by registering the 'foreach' adapter 'registerDoFuture()' and so that 'y <- foreach(...) %dopar% { ... }' runs in parallelizes with the 'future' framework. The other alternative is to use 'y <- foreach(...) %dofuture% { ... }', which does not require using 'registerDoFuture()' and has many advantages over '%dopar%'.
License: LGPL (>= 2.1)
LazyLoad: TRUE
URL: https://doFuture.futureverse.org,
        https://github.com/HenrikBengtsson/doFuture
BugReports: https://github.com/HenrikBengtsson/doFuture/issues
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-03-24 01:50:26 UTC; henrik
Author: Henrik Bengtsson [aut, cre, cph]
Maintainer: Henrik Bengtsson <henrikb@braju.com>
Repository: CRAN
Date/Publication: 2023-03-24 23:50:12 UTC
Built: R 4.1.2; ; 2023-03-25 11:03:12 UTC; unix
