File: README.md

package info (click to toggle)
r-cran-promises 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 568 kB
  • sloc: cpp: 45; sh: 13; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 450 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# promises

[![Build Status](https://travis-ci.org/rstudio/promises.svg?branch=master)](https://travis-ci.org/rstudio/promises)

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

## Installation

```r
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:

```r
devtools::install_github("rstudio/shiny")
```

## License

MIT