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.2.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.2.0, https://cran.r-project.org/web/packages/mirai. Accessed 07 May. 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
04/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/0405/0505/06Downloads for mirai406080100120140160180200220TrendBars

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  
humanize  
Create Values for Human Consumption
An almost direct port of the 'python' 'humanize' package . Thi ...
Download / Learn more Package Citations See dependency  
aroma.affymetrix  
Analysis of Large Affymetrix Microarray Data Sets
A cross-platform R framework that facilitates processing of any number of Affymetrix microarray samp ...
Download / Learn more Package Citations See dependency  
funLBM  
Model-Based Co-Clustering of Functional Data
The funLBM algorithm allows to simultaneously cluster the rows and the columns of a data matrix wher ...
Download / Learn more Package Citations See dependency  
MLDS  
Maximum Likelihood Difference Scaling
Difference scaling is a method for scaling perceived supra-threshold differences. The package cont ...
Download / Learn more Package Citations See dependency  

24,205

R Packages

207,311

Dependencies

65,312

Author Associations

24,206

Publication Badges

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