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", "1.3.0")



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: 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 1.3.0, https://cran.r-project.org/web/packages/mirai. Accessed 21 Nov. 2024.
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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