Package: mirai
Type: Package
Title: Minimalist Async Evaluation Framework for R
Version: 2.2.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 = "charlie.gao@shikokuchuo.net",
             comment = c(ORCID = "0000-0002-0750-061X")),
      person(given = "Joe",
             family = "Cheng",
             role = "ctb",
             email = "joe@posit.co"),
      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.2)
Enhances: parallel, promises
Suggests: cli, litedown
VignetteBuilder: litedown
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-03-20 14:02:03 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 <charlie.gao@shikokuchuo.net>
Repository: CRAN
Date/Publication: 2025-03-20 14:40:02 UTC
