-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 1.71 KB
/
Copy pathDESCRIPTION
File metadata and controls
32 lines (32 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: future.mirai
Version: 0.10.1-9014
Depends:
future (>= 1.49.0)
Imports:
mirai (>= 2.2.0),
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 <doi:10.5281/zenodo.7912722>. By using this package, you get to take advantage of the benefits of 'mirai' plus everything else that 'future' and the 'Futureverse' adds on top of it. It 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. As a reminder, regardless which future backend is used by the user, the code does not have to change, it gives identical results, and behaves exactly the same.
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", note = "For 'mirai'-related patches and implementing feature requests in 'mirai'")
))
License: Apache License (>= 2)
Language: en-US
Encoding: UTF-8
URL: https://future.mirai.futureverse.org, https://github.com/futureverse/future.mirai
BugReports: https://github.com/futureverse/future.mirai/issues
Roxygen: list(markdown = TRUE)
Config/roxygen2/version: 8.0.0