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.1.0")



Attach the package and use:
library("mirai")
Maintained by
Charlie Gao
[Scholar Profile | Author Map]
First Published: 2022-02-16
Latest Update: 2024-02-02
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.1.0, https://cran.r-project.org/web/packages/mirai. Accessed 29 Mar. 2025.
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)
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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for mirai6080100120140160180200220240260280TrendBars

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  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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