-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
31 lines (31 loc) · 1.28 KB
/
DESCRIPTION
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
Package: future.mirai
Version: 0.2.2-9000
Depends:
future
Imports:
mirai (>= 1.1.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>. 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 = "[email protected]",
comment = c(ORCID = "0000-0002-7579-5165")
),
person("Charlie", "Gao",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0750-061X")
))
License: GPL (>= 3)
Encoding: UTF-8
URL: https://future.mirai.futureverse.org, https://github.com/futureverse/future.mirai
BugReports: https://github.com/futureverse/future.mirai/issues
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)