Other packages > Find by keyword >

mirai  

Minimalist Async Evaluation Framework for R
View on CRAN: Click here


Download and install mirai package within the R console
Install from CRAN:
install.packages("mirai")

Install from Github:
library("remotes")
install_github("cran/mirai")

Install by package version:
library("remotes")
install_version("mirai", "2.5.3")



Attach the package and use:
library("mirai")
Maintained by
Charlie Gao
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2022-02-16
Latest Update: 2025-07-15
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.
How to cite:
Charlie Gao (2022). mirai: Minimalist Async Evaluation Framework for R. R package version 2.5.3, https://cran.r-project.org/web/packages/mirai. Accessed 05 Jun. 2026.
Previous versions and publish date:
0.1.0 (2022-02-16 09:20), 0.1.1 (2022-03-15 11:00), 0.2.0 (2022-03-29 02:00), 0.4.0 (2022-04-14 09:22), 0.4.1 (2022-04-21 21:20), 0.5.0 (2022-06-21 08:20), 0.5.2 (2022-07-21 14:00), 0.5.3 (2022-08-16 23:30), 0.6.0 (2022-09-16 12:46), 0.7.0 (2022-10-20 00:22), 0.7.1 (2022-11-15 22:40), 0.7.2 (2023-01-17 16:20), 0.8.0 (2023-03-15 11:00), 0.8.1 (2023-03-17 12:30), 0.8.2 (2023-04-03 11:20), 0.8.3 (2023-04-17 10:30), 0.8.4 (2023-05-09 09:50), 0.8.7 (2023-05-11 09:30), 0.9.0 (2023-06-24 20:30), 0.9.1 (2023-07-19 16:30), 0.10.0 (2023-09-16 23:20), 0.11.0 (2023-10-06 16:30), 0.11.1 (2023-11-04 21:00), 0.11.2 (2023-11-15 11:30), 0.11.3 (2023-12-07 13:00), 0.12.0 (2024-01-12 10:00), 0.12.1 (2024-02-02 09:30), 0.13.2 (2024-04-11 09:20), 1.0.0 (2024-05-03 14:30), 1.1.0 (2024-06-06 08:30), 1.1.1 (2024-07-01 12:30), 1.2.0 (2024-08-18 15:40), 1.3.0 (2024-10-09 12:30), 1.3.1 (2024-11-15 11:40), 2.0.0 (2025-01-08 18:50), 2.0.1 (2025-01-16 23:40), 2.1.0 (2025-02-07 10:30), 2.2.0 (2025-03-20 15:40), 2.3.0 (2025-05-23 00:20), 2.4.0 (2025-06-25 22:30), 2.4.1 (2025-07-15 10:10), 2.5.0 (2025-09-04 10:20), 2.5.1 (2025-10-06 11:20), 2.5.2 (2025-11-05 17:10), 2.5.3 (2025-12-01 10:30), 2.6.0 (2026-02-13 08:30), 2.6.1 (2026-03-02 21:40), 2.7.0 (2026-05-08 13:30)
Other packages that cited mirai R package
View mirai citation profile
Other R packages that mirai depends, imports, suggests or enhances
Complete documentation for mirai
Functions, R codes and Examples using the mirai R package
Some associated functions: as.promise.mirai . call_mirai . daemon . daemons . dispatcher . dot-daemon . everywhere . host_url . is_mirai . is_mirai_error . launch_local . make_cluster . mirai-package . mirai . nextstream . remote_config . saisei . serialization . status . stop_mirai . unresolved . 
Some associated R codes: daemon.R . daemons.R . dispatcher.R . launchers.R . mirai-package.R . mirai.R . next.R . parallel.R . promises.R .  Full mirai package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
envirem  
Generation of ENVIREM Variables
Generation of bioclimatic rasters that are complementary to the typical 19 bioclim variables. ...
Download / Learn more Package Citations See dependency  
ibb  
R Wrapper for Istanbul Municipality Open Data Portal
Call wrappers for Istanbul Metropolitan Municipality's Open Data Portal (Turkish: Istanbul B ...
Download / Learn more Package Citations See dependency  
msm  
Multi-State Markov and Hidden Markov Models in Continuous Time
Functions for fitting continuous-time Markov and hidden Markov multi-state models to longitudinal d ...
Download / Learn more Package Citations See dependency  
crossurr  
Cross-Fitting for Doubly Robust Evaluation of High-Dimensional Surrogate Markers
Doubly robust methods for evaluating surrogate markers as outlined in: Agniel D, Hejblum BP, Thiebau ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,590

Author Associations

27,205

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA