https://github.com/rstudio/promises
A promise library for R
https://github.com/rstudio/promises
Last synced: 7 days 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 (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T16:45:42.000Z (2 months ago)
- Last Synced: 2025-03-31T19:04:17.490Z (14 days ago)
- Language: R
- Homepage: https://rstudio.github.io/promises
- Size: 5.32 MB
- Stars: 204
- Watchers: 15
- Forks: 18
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.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
[](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