Learn R Programming

⚠️There's a newer version (1.3.2) of this package.Take me there.

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

656,723

Version

1.2.0.1

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Joe Cheng

Last Published

February 11th, 2021

Functions in promises (1.2.0.1)

promise

Create a new promise object
reexports

Objects exported from other packages
pipes

Promise pipe operators
future_promise_queue

future promise
promise_all

Combine multiple promise objects
promise_resolve

Create a resolved or rejected promise
promise_map

Promise-aware lapply/map
WorkQueue

Future promise work queue
is.promise

Coerce to a promise
resolve

Fulfill a promise
with_promise_domain

Promise domains
promise_reduce

Promise-aware version of Reduce
then

Access the results of a promise