coro: 'Coroutines' for R (original) (raw)

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.

Version: 1.0.5
Depends: R (≥ 3.5.0)
Imports: rlang (≥ 0.4.12)
Suggests: knitr, later (≥ 1.1.0), magrittr (≥ 2.0.0), promises, reticulate, rmarkdown, testthat (≥ 3.0.0)
Published: 2024-10-15
DOI: 10.32614/CRAN.package.coro
Author: Lionel Henry [aut, cre], Posit Software, PBC [cph, fnd]
Maintainer: Lionel Henry
BugReports: https://github.com/r-lib/coro/issues
License: MIT + file
URL: https://github.com/r-lib/coro, https://coro.r-lib.org/
NeedsCompilation: no
Materials: README NEWS
CRAN checks: coro results

Documentation:

Downloads:

Reverse dependencies:

Reverse imports: brulee, cito, crumble, geodl, luz, scDHA, SCFA, selenider, tabnet, torch, trampoline
Reverse suggests: familiar, openalexR, plumber, torchdatasets, torchvision

Linking:

Please use the canonical formhttps://CRAN.R-project.org/package=coroto link to this page.