Package: coro Title: 'Coroutines' for R Version: 1.1.0.9000 Authors@R: c( person("Lionel", "Henry", , "lionel@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: Provides 'coroutines' for R, a family of functions that can be suspended and resumed later on. This includes 'async' functions (which await) and generators (which yield). 'Async' functions are based on the concurrency framework of the 'promises' package. Generators are based on a dependency free iteration protocol defined in 'coro' and are compatible with iterators from the 'reticulate' package. License: MIT + file LICENSE URL: https://github.com/r-lib/coro, https://coro.r-lib.org/ BugReports: https://github.com/r-lib/coro/issues Depends: R (>= 3.5.0) Imports: rlang (>= 0.4.12) Suggests: codetools, knitr, later (>= 1.1.0), magrittr (>= 2.0.0), promises, R6, reticulate, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Repository: https://r-lib.r-universe.dev Date/Publication: 2026-06-15 11:38:03 UTC RemoteUrl: https://github.com/r-lib/coro RemoteRef: HEAD RemoteSha: a8efdec66ec547e4697c78286135255429c326ae NeedsCompilation: no Packaged: 2026-07-06 12:58:54 UTC; root Author: Lionel Henry [aut, cre], Posit Software, PBC [cph, fnd] Maintainer: Lionel Henry