Package: mirai
Type: Package
Title: Minimalist Async Evaluation Framework for R
Version: 0.8.7
Description: Lightweight parallel code execution and distributed computing.
    Designed for simplicity, a 'mirai' evaluates an R expression asynchronously,
    on local or network resources, resolving automatically upon completion.
    Features efficient task scheduling, scalability beyond R connection limits,
    and transports faster than TCP/IP for inter-process communications, courtesy
    of 'nanonext' and 'NNG' (Nanomsg Next Gen).
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 = "Hibiki AI Limited",
             email = "info@hibiki-ai.com",
             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 (>= 2.12)
Imports: nanonext (>= 0.8.3)
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-05-10 22:52:48 UTC; cg334
Author: Charlie Gao [aut, cre] (<https://orcid.org/0000-0002-0750-061X>),
  Hibiki AI Limited [cph]
Maintainer: Charlie Gao <charlie.gao@shikokuchuo.net>
Repository: CRAN
Date/Publication: 2023-05-11 07:30:02 UTC
Built: R 4.1.2; ; 2023-05-12 11:11:58 UTC; unix
