Package: mirai
Type: Package
Title: Minimalist Async Evaluation Framework for R
Version: 0.7.0
Description: Simple and lightweight parallelism and concurrent code execution,
    local or distributed across the network, built on 'nanonext' and 'NNG'
    (Nanomsg Next Gen) technology.
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.5)
Imports: nanonext (>= 0.6.0)
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2022-10-19 22:05:37 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: 2022-10-19 22:22:35 UTC
