# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "mirai" in publications use:' type: software license: GPL-3.0-or-later title: 'mirai: Minimalist Async Evaluation Framework for R' version: 1.2.0 identifiers: - type: doi value: 10.32614/CRAN.package.mirai - type: url value: https://github.com/shikokuchuo/mirai/ abstract: Designed for simplicity, a 'mirai' evaluates an R expression asynchronously in a parallel process, locally or distributed over the network, with the result 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. Advantages include being inherently queued thus handling many more tasks than available processes, no storage on the file system, support for otherwise non-exportable reference objects, an event-driven promises implementation, and built-in asynchronous parallel map. authors: - family-names: Gao given-names: Charlie email: charlie.gao@shikokuchuo.net orcid: https://orcid.org/0000-0002-0750-061X preferred-citation: type: manual title: 'mirai: Minimalist Async Evaluation Framework for R' authors: - family-names: Gao given-names: Charlie email: charlie.gao@shikokuchuo.net orcid: https://orcid.org/0000-0002-0750-061X year: '2024' notes: R package version 1.2.0 url: https://doi.org/10.5281/zenodo.7912722 repository: https://r-multiverse.r-universe.dev repository-code: https://github.com/shikokuchuo/mirai commit: f8cc736a0e5b6b76300da7cecec7a37fbc846215 url: https://shikokuchuo.net/mirai/ contact: - family-names: Gao given-names: Charlie email: charlie.gao@shikokuchuo.net orcid: https://orcid.org/0000-0002-0750-061X