Package: mirai
Type: Package
Title: Minimalist Async Evaluation Framework for R
Version: 1.0.0
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.
    State of the art networking and concurrency via 'nanonext' and 'NNG'
    (Nanomsg Next Gen) offers reliable and efficient scheduling over fast
    inter-process communications or TCP/IP secured by TLS.
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",
             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.0.0)
Enhances: parallel, promises
Suggests: knitr, markdown
VignetteBuilder: knitr
RoxygenNote: 7.3.1
NeedsCompilation: no
Packaged: 2024-05-03 12:06:43 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: 2024-05-03 12:30:02 UTC
Built: R 4.2.3; ; 2024-05-03 13:26:47 UTC; unix
