Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstudio/promises
A promise library for R
https://github.com/rstudio/promises
Last synced: 3 months ago
JSON representation
A promise library for R
- Host: GitHub
- URL: https://github.com/rstudio/promises
- Owner: rstudio
- License: other
- Created: 2017-04-11T18:52:38.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T18:01:33.000Z (7 months ago)
- Last Synced: 2024-07-26T16:50:55.116Z (3 months ago)
- Language: R
- Homepage: https://rstudio.github.io/promises
- Size: 5.18 MB
- Stars: 198
- Watchers: 16
- Forks: 19
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shiny-extensions - promises - Promise-based asynchronous programming for R. [Using promises with Shiny](https://rstudio.github.io/promises/articles/shiny.html). (Developer Tools / Scaling)
- jimsghstars - rstudio/promises - A promise library for R (R)
README
# promises
[![R build status](https://github.com/rstudio/promises/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rstudio/promises/actions)
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