Learn R Programming

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

promises

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

Installation

devtools::install_github("rstudio/promises")

The CRAN version of Shiny doesn't (yet) support promises. Until support is merged, you'll have to install from GitHub:

devtools::install_github("rstudio/shiny")

License

MIT

Copy Link

Version

Install

install.packages('promises')

Monthly Downloads

792,499

Version

1.0.1

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Joe Cheng

Last Published

April 13th, 2018

Functions in promises (1.0.1)

is.promise

Coerce to a promise
pipes

Promise pipe operators
promise_resolve

Create a resolved or rejected promise
reexports

Objects exported from other packages
then

Access the results of a promise
resolve

Fulfill a promise
with_promise_domain

Promise domains
promise_map

Promise-aware lapply/map
promise_reduce

Promise-aware version of Reduce
promise

Create a new promise object
promise_all

Combine multiple promise objects