-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
42 lines (42 loc) · 1.52 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
32
33
34
35
36
37
38
39
40
41
42
Package: mirai
Type: Package
Title: Minimalist Async Evaluation Framework for R
Version: 1.3.1.9000
Description: Designed for simplicity, a 'mirai' evaluates an R expression
asynchronously in a parallel process, locally or distributed over the
network, with the result automatically available upon completion. Modern
networking and concurrency built on 'nanonext' and 'NNG' (Nanomsg Next Gen)
ensure reliable and efficient scheduling, over fast inter-process
communications or TCP/IP secured by TLS. Advantages include being inherently
queued thus handling many more tasks than available processes, no storage on
the file system, support for otherwise non-exportable reference objects, an
event-driven promises implementation, and built-in asynchronous parallel
map.
Authors@R:
c(person(given = "Charlie",
family = "Gao",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0750-061X")),
person(given = "Joe",
family = "Cheng",
role = "ctb",
email = "[email protected]"),
person(given = "Hibiki AI Limited",
role = "cph"))
License: GPL (>= 3)
BugReports: https://github.com/shikokuchuo/mirai/issues
URL: https://shikokuchuo.net/mirai/, https://github.com/shikokuchuo/mirai/
Encoding: UTF-8
Depends:
R (>= 3.6)
Imports:
nanonext (>= 1.3.0)
Enhances:
parallel,
promises
Suggests:
cli,
litedown
VignetteBuilder: litedown
RoxygenNote: 7.3.2