promises (1.3.3)

Published 2026-02-24 13:47:24 +00:00 by atheaadmin

Installation

options("repos" = c(getOption("repos"), c(gitea="")))
install.packages("promises")

About this package

Provides fundamental abstractions for doing asynchronous programming in R using promises. Asynchronous programming is useful for allowing a single R process to orchestrate multiple tasks in the background while also attending to something else. Semantics are similar to 'JavaScript' promises, but with a syntax that is idiomatic R.Abstractions for Promise-Based Asynchronous Programming

Dependencies

Imports fastmap (>= 1.1.0), later, magrittr (>= 1.5), R6, Rcpp, rlang, stats
LinkingTo later, Rcpp
Suggests future (>= 1.21.0), knitr, purrr, rmarkdown, spelling, testthat (>= 3.0.0), vembedr
Details
CRAN
2026-02-24 13:47:24 +00:00
0
MIT + file LICENSE
Joe Cheng
Posit Software
PBC
3.0 MiB
Assets (1)
Versions (1) View all
1.3.3 2026-02-24