<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>'Coroutines' for R</dc:title>
  <dc:title>R package coro version 1.1.0</dc:title>
  <dc: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.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 3.5.0)</dc:relation>
  <dc:relation>Imports: rlang (&gt;= 0.4.12)</dc:relation>
  <dc:relation>Suggests: knitr, later (&gt;= 1.1.0), magrittr (&gt;= 2.0.0), promises,
reticulate, rmarkdown, testthat (&gt;= 3.0.0)</dc:relation>
  <dc:creator>Lionel Henry &lt;lionel@posit.co&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Lionel Henry [aut, cre],
  Posit Software, PBC [cph, fnd]</dc:contributor>
  <dc:rights>MIT + file LICENSE (https://CRAN.R-project.org/package=coro/LICENSE)</dc:rights>
  <dc:date>2024-11-05</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=coro</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.coro</dc:identifier>
</oai_dc:dc>
