Type: Package
Package: mirai
Title: Minimalist Async Evaluation Framework for R
Version: 2.5.1
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: Designed for simplicity, a 'mirai' evaluates an R expression
    asynchronously in a parallel process, locally or distributed over the
    network. Modern networking and concurrency, built on 'nanonext' and
    'NNG', ensures reliable scheduling over fast inter-process
    communications or TCP/IP secured by TLS. Launch remote resources via
    SSH or cluster managers for distributed computing. Scales efficiently
    to millions of tasks over thousands of connections, requiring no
    storage on the file system due to its inherently queued architecture.
    Innovative features include event-driven promises, asynchronous
    parallel map, and seamless serialization of otherwise non-exportable
    reference objects.
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.7.1)
Suggests: cli, litedown, otel
Enhances: parallel, promises
VignetteBuilder: litedown
Config/Needs/website: tidyverse/tidytemplate
Config/usethis/last-upkeep: 2025-04-23
Encoding: UTF-8
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2025-10-06 08:13:26 UTC; cg334
Author: Charlie Gao [aut, cre] (ORCID: <https://orcid.org/0000-0002-0750-061X>),
  Joe Cheng [ctb],
  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>),
  Hibiki AI Limited [cph]
Maintainer: Charlie Gao <charlie.gao@posit.co>
Repository: CRAN
Date/Publication: 2025-10-06 09:20:02 UTC
Built: R 4.4.3; ; 2025-11-01 02:52:12 UTC; windows
