Learn R Programming

promises

A promise library for R. https://rstudio.github.io/promises/

Installation

install.packages("promises")

To use promises with Shiny, make sure you have Shiny v1.1.0 or later.

License

MIT

Copy Link

Version

Install

install.packages('promises')

Monthly Downloads

661,390

Version

1.3.2

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

November 28th, 2024

Functions in promises (1.3.2)

promise_resolve

Create a resolved or rejected promise
pipes

Promise pipe operators
promise_map

Promise-aware lapply/map
is.promise

Coerce to a promise
WorkQueue

Future promise work queue
promise

Create a new promise object
promise_all

Combine multiple promise objects
then

Access the results of a promise
future_promise_queue

future promise
promise_reduce

Promise-aware version of Reduce
with_promise_domain

Promise domains
reexports

Objects exported from other packages
promises-package

promises: Abstractions for Promise-Based Asynchronous Programming
resolve

Fulfill a promise