-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.96 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
43
44
45
46
47
48
49
Package: mirai
Type: Package
Title: Minimalist Async Evaluation Framework for R
Version: 2.1.0
Description: Designed for simplicity, a 'mirai' evaluates an R expression
asynchronously in a parallel process, locally or distributed over the
network. The result is automatically available upon completion. Modern
networking and concurrency, built on 'nanonext' and 'NNG' (Nanomsg Next
Gen), ensures reliable and efficient scheduling over fast inter-process
communications or TCP/IP secured by TLS. Distributed computing can launch
remote resources via SSH or cluster managers. An inherently queued
architecture handles many more tasks than available processes, and requires
no storage on the file system. Innovative features include support for
otherwise non-exportable reference objects, event-driven promises, and
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"),
person(given = "Posit Software, PBC",
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.5.0)
Enhances: parallel, promises
Suggests: cli, litedown
VignetteBuilder: litedown
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-02-07 09:05:24 UTC; cg334
Author: Charlie Gao [aut, cre] (<https://orcid.org/0000-0002-0750-061X>),
Joe Cheng [ctb],
Hibiki AI Limited [cph],
Posit Software, PBC [cph]
Maintainer: Charlie Gao <[email protected]>
Repository: CRAN
Date/Publication: 2025-02-07 09:30:03 UTC