-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathDESCRIPTION
More file actions
45 lines (45 loc) · 1.52 KB
/
Copy pathDESCRIPTION
File metadata and controls
45 lines (45 loc) · 1.52 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
33
34
35
36
37
38
39
40
41
42
43
44
45
Type: Package
Package: mirai
Title: Minimalist Async Evaluation Framework for R
Version: 2.7.2.9000
Authors@R: c(
person("Charlie", "Gao", , "charlie.gao@posit.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0750-061X")),
person("Joe", "Cheng", , "joe@posit.co", role = "ctb"),
person("Posit Software, PBC", role = c("cph", "fnd"),
comment = c(ROR = "03wc8by49")),
person("Hibiki AI Limited", role = "cph")
)
Description: Evaluates R expressions asynchronously and in parallel,
locally or distributed across networks. An official parallel cluster
type for R. Built on 'nanonext' and 'NNG', its non-polling,
event-driven architecture scales from a laptop to thousands of
processes across high-performance computing clusters and cloud
platforms. Features FIFO scheduling with task cancellation and bounded
queues, promises for reactive programming, 'OpenTelemetry' distributed
tracing, and custom serialization for cross-language data types.
License: MIT + file LICENSE
URL: https://mirai.r-lib.org, https://github.com/r-lib/mirai
BugReports: https://github.com/r-lib/mirai/issues
Depends:
R (>= 3.6)
Imports:
nanonext (>= 1.10.2)
Suggests:
cli,
litedown,
mori,
otel,
otelsdk,
secretbase
Enhances:
parallel,
promises
VignetteBuilder:
litedown
Config/Needs/coverage: rlang
Config/Needs/website: tidyverse/tidytemplate
Config/roxygen2/markdown: TRUE
Config/roxygen2/version: 8.1.0
Config/usethis/last-upkeep: 2026-07-11
Encoding: UTF-8