File: README.md

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

<!-- badges: start -->
[![R build status](https://github.com/rstudio/promises/workflows/R-CMD-check/badge.svg)](https://github.com/rstudio/promises/actions)
<!-- badges: end -->

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

## Installation

```r
install.packages("promises")
```

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

## License

MIT