# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "promises" in publications use:' type: software license: MIT title: 'promises: Abstractions for Promise-Based Asynchronous Programming' version: 1.2.1.9001 doi: 10.32614/CRAN.package.promises abstract: 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. authors: - family-names: Cheng given-names: Joe email: joe@posit.co repository: https://posit-dev-shinycoreci.r-universe.dev repository-code: https://github.com/rstudio/promises commit: e46a4988856e844c16019ddde63223735f9e065e url: https://rstudio.github.io/promises/ contact: - family-names: Cheng given-names: Joe email: joe@posit.co