Provides fundamental abstractions for doing asynchronous programming
    in R using promises. Asynchronous programming is useful for allowing a single
    R process to orchestrate multiple tasks in the background while also attending
    to something else. Semantics are similar to 'JavaScript' promises, but with a
    syntax that is idiomatic R.
| Version: | 
1.2.0.1 | 
| Imports: | 
R6, Rcpp, later, rlang, stats, magrittr | 
| LinkingTo: | 
later, Rcpp | 
| Suggests: | 
testthat, future (≥ 1.21.0), fastmap (≥ 1.1.0), purrr, knitr, rmarkdown, vembedr, spelling | 
| Published: | 
2021-02-11 | 
| Author: | 
Joe Cheng [aut, cre],
  RStudio [cph, fnd] | 
| Maintainer: | 
Joe Cheng  <joe at rstudio.com> | 
| BugReports: | 
https://github.com/rstudio/promises/issues | 
| License: | 
MIT + file LICENSE | 
| URL: | 
https://rstudio.github.io/promises/,
https://github.com/rstudio/promises | 
| NeedsCompilation: | 
yes | 
| Language: | 
en-US | 
| Materials: | 
README NEWS  | 
| CRAN checks: | 
promises results |