Package: coro
Title: 'Coroutines' for R
Version: 1.0.2
Authors@R: c(
    person("Lionel", "Henry", ,"lionel@rstudio.com", c("aut", "cre")),
    person("RStudio", role = "cph")
    )
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.
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
License: MIT + file LICENSE
URL: https://github.com/r-lib/coro
BugReports: https://github.com/r-lib/coro/issues
Encoding: UTF-8
RoxygenNote: 7.1.2.9000
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-12-03 15:05:51 UTC; lionel
Author: Lionel Henry [aut, cre],
  RStudio [cph]
Maintainer: Lionel Henry <lionel@rstudio.com>
Repository: CRAN
Date/Publication: 2021-12-03 15:30:02 UTC
Built: R 4.0.2; ; 2021-12-04 11:24:17 UTC; unix
