coro: 'Coroutines' for R

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.4
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-03-11
Author: Lionel Henry [aut, cre], Posit Software, PBC [cph, fnd]
Maintainer: Lionel Henry <lionel at posit.co>
BugReports: https://github.com/r-lib/coro/issues
License: MIT + file LICENSE
URL: https://github.com/r-lib/coro
NeedsCompilation: no
Materials: README NEWS
CRAN checks: coro results

Documentation:

Reference manual: coro.pdf
Vignettes: Generators

Downloads:

Package source: coro_1.0.4.tar.gz
Windows binaries: r-devel: coro_1.0.3.zip, r-release: coro_1.0.4.zip, r-oldrel: coro_1.0.3.zip
macOS binaries: r-release (arm64): coro_1.0.3.tgz, r-oldrel (arm64): coro_1.0.3.tgz, r-release (x86_64): coro_1.0.4.tgz
Old sources: coro archive

Reverse dependencies:

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

Linking:

Please use the canonical form https://CRAN.R-project.org/package=coro to link to this page.