EVOLUTION-MANAGER
Edit File: DESCRIPTION
Package: promises Type: Package Title: Abstractions for Promise-Based Asynchronous Programming Version: 1.1.1 Authors@R: c( person("Joe", "Cheng", email = "joe@rstudio.com", role = c("aut", "cre")), person("RStudio", role = c("cph", "fnd")) ) Description: 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. License: MIT + file LICENSE Imports: R6, Rcpp, later, rlang, stats, magrittr Suggests: testthat, future, knitr, rmarkdown LinkingTo: later, Rcpp RoxygenNote: 7.1.0 Encoding: UTF-8 LazyData: true VignetteBuilder: knitr URL: https://rstudio.github.io/promises, https://github.com/rstudio/promises BugReports: https://github.com/rstudio/promises/issues NeedsCompilation: yes Packaged: 2020-06-09 21:23:18 UTC; winston Author: Joe Cheng [aut, cre], RStudio [cph, fnd] Maintainer: Joe Cheng <joe@rstudio.com> Repository: CRAN Date/Publication: 2020-06-09 21:50:02 UTC Built: R 3.6.0; x86_64-redhat-linux-gnu; 2020-09-04 03:41:45 UTC; unix