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



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.1, https://cran.r-project.org/web/packages/mirai. Accessed 22 Dec. 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

wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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