Package: coro
Title: 'Coroutines' for R
Version: 1.0.4
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
BugReports: https://github.com/r-lib/coro/issues
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)
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/Needs/website: tidyverse/tidytemplate
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2024-03-11 11:07:36 UTC; lionel
Author: Lionel Henry [aut, cre],
  Posit Software, PBC [cph, fnd]
Maintainer: Lionel Henry <lionel@posit.co>
Repository: CRAN
Date/Publication: 2024-03-11 11:40:02 UTC
Built: R 4.2.3; ; 2024-03-11 14:12:19 UTC; unix
