Package: mirai
Type: Package
Title: Minimalist Async Evaluation Framework for R
Version: 0.1.0
Description: An extremely simple and lightweight method for concurrent /
    parallel code execution, built on the 'nanonext' R package and 'NNG'
    (Nanomsg Next Gen).
Authors@R: 
    person(given = "Charlie",
           family = "Gao",
           role = c("aut", "cre"),
           email = "charlie.gao@shikokuchuo.net",
           comment = c(ORCID = "0000-0002-0750-061X"))
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.4)
Imports: nanonext (>= 0.2.0)
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-02-15 20:55:49 UTC; cg334
Author: Charlie Gao [aut, cre] (<https://orcid.org/0000-0002-0750-061X>)
Maintainer: Charlie Gao <charlie.gao@shikokuchuo.net>
Repository: CRAN
Date/Publication: 2022-02-16 08:20:04 UTC
