Package: future.mirai
Version: 0.2.0
Depends: future
Imports: mirai (>= 0.12.1), parallelly, utils
Suggests: future.tests, future.apply, listenv
Title: A 'Future' API for Parallel Processing using 'mirai'
Description: Implementation of the 'Future' API <doi:10.32614/RJ-2021-048> on top of the 'mirai' package. This allows you to process futures, as defined by the 'future' package, in parallel out of the box, on your local machine or across remote machines. Contrary to back-ends relying on the 'parallel' package (e.g. 'multisession') and socket connections, 'mirai_cluster' and 'mirai_multisession', provided here, can run more than 125 parallel R processes.
Authors@R: c(
  person("Henrik", "Bengtsson",
         role = c("aut", "cre", "cph"),
         email = "henrikb@braju.com",
         comment = c(ORCID = "0000-0002-7579-5165")
        ),
  person("Charlie", "Gao",
         role = c("ctb"),
         email = "charlie.gao@shikokuchuo.net",
         comment = c(ORCID = "0000-0002-0750-061X")
        ))
License: GPL (>= 3)
Encoding: UTF-8
URL: https://future.mirai.futureverse.org,
        https://github.com/HenrikBengtsson/future.mirai
BugReports: https://github.com/HenrikBengtsson/future.mirai/issues
RoxygenNote: 7.3.1
NeedsCompilation: no
Packaged: 2024-04-16 11:06:33 UTC; henrik
Author: Henrik Bengtsson [aut, cre, cph]
    (<https://orcid.org/0000-0002-7579-5165>),
  Charlie Gao [ctb] (<https://orcid.org/0000-0002-0750-061X>)
Maintainer: Henrik Bengtsson <henrikb@braju.com>
Repository: CRAN
Date/Publication: 2024-04-18 18:42:34 UTC
Built: R 4.2.3; ; 2024-04-24 01:22:35 UTC; windows
