{
  "_id": "6a350de93efcd9bda43dd8a2",
  "Package": "coro",
  "Title": "'Coroutines' for R",
  "Version": "1.1.0.9000",
  "Authors@R": "c(\nperson(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)",
  "Description": "Provides 'coroutines' for R, a family of functions that\ncan be suspended and resumed later on. This includes 'async'\nfunctions (which await) and generators (which yield). 'Async'\nfunctions are based on the concurrency framework of the\n'promises' package. Generators are based on a dependency free\niteration protocol defined in 'coro' and are compatible with\niterators from the 'reticulate' package.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/r-lib/coro, https://coro.r-lib.org/",
  "BugReports": "https://github.com/r-lib/coro/issues",
  "VignetteBuilder": "knitr",
  "Config/Needs/website": "tidyverse/tidytemplate",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Repository": "https://r-lib.r-universe.dev",
  "Date/Publication": "2026-06-15 11:38:03 UTC",
  "RemoteUrl": "https://github.com/r-lib/coro",
  "RemoteRef": "HEAD",
  "RemoteSha": "a8efdec66ec547e4697c78286135255429c326ae",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-19 09:22:39 UTC",
    "User": "root"
  },
  "Author": "Lionel Henry [aut, cre],\nPosit Software, PBC [cph, fnd]",
  "Maintainer": "Lionel Henry <lionel@posit.co>",
  "MD5sum": "a3e72d03c36d303c560b5854ae4be91a",
  "_user": "r-lib",
  "_type": "src",
  "_file": "coro_1.1.0.9000.tar.gz",
  "_fileid": "c7734d8fde9e5ac9c721106946489279b06e090fe3b3125c461bf14e14d0c2e4",
  "_filesize": 178586,
  "_sha256": "c7734d8fde9e5ac9c721106946489279b06e090fe3b3125c461bf14e14d0c2e4",
  "_created": "2026-06-19T09:22:39.000Z",
  "_published": "2026-06-19T09:37:45.885Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82321320854,
      "time": 124,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7746232889"
    },
    {
      "job": 82321320849,
      "time": 130,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7746235120"
    },
    {
      "job": 82321320796,
      "time": 111,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7746489524"
    },
    {
      "job": 82321320819,
      "time": 92,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7746328113"
    },
    {
      "job": 82320866604,
      "time": 167,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7746189675"
    },
    {
      "job": 82321320793,
      "time": 95,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7746223197"
    },
    {
      "job": 82321320823,
      "time": 91,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7746221543"
    },
    {
      "job": 82321320790,
      "time": 113,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7746229333"
    },
    {
      "job": 82321320881,
      "time": 93,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7746222571"
    }
  ],
  "_buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817057318",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/r-lib/coro",
  "_commit": {
    "id": "a8efdec66ec547e4697c78286135255429c326ae",
    "author": "Lionel Henry <lionel.hry@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #72 from r-lib/issue/jit\n\nFix JIT caching of generator/async instances",
    "time": 1781523483
  },
  "_maintainer": {
    "name": "Lionel Henry",
    "email": "lionel@posit.co",
    "login": "lionel-",
    "description": "",
    "uuid": 4465050
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "rlang",
      "version": ">= 0.4.12",
      "role": "Imports"
    },
    {
      "package": "codetools",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "later",
      "version": ">= 1.1.0",
      "role": "Suggests"
    },
    {
      "package": "magrittr",
      "version": ">= 2.0.0",
      "role": "Suggests"
    },
    {
      "package": "promises",
      "role": "Suggests"
    },
    {
      "package": "R6",
      "role": "Suggests"
    },
    {
      "package": "reticulate",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "r-lib",
  "_selfowned": true,
  "_usedby": 96,
  "_updates": [
    {
      "week": "2025-37",
      "n": 2
    },
    {
      "week": "2025-43",
      "n": 1
    },
    {
      "week": "2026-25",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "async",
    "coroutines",
    "generator",
    "iterator",
    "promises",
    "reticulate"
  ],
  "_stars": 180,
  "_contributors": [
    {
      "user": "lionel-",
      "count": 531,
      "uuid": 4465050
    },
    {
      "user": "hadley",
      "count": 5,
      "uuid": 4196
    },
    {
      "user": "dfalbel",
      "count": 2,
      "uuid": 4706822
    },
    {
      "user": "shikokuchuo",
      "count": 1,
      "uuid": 53399081
    },
    {
      "user": "jeroenjanssens",
      "count": 1,
      "uuid": 1368256
    },
    {
      "user": "t-kalinowski",
      "count": 1,
      "uuid": 8462255
    },
    {
      "user": "brookslogan",
      "count": 1,
      "uuid": 24498353
    },
    {
      "user": "olivroy",
      "count": 1,
      "uuid": 52606734
    }
  ],
  "_userbio": {
    "uuid": 22618716,
    "type": "organization",
    "name": "R infrastructure",
    "followers": 740
  },
  "_downloads": {
    "count": 32716,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/coro"
  },
  "_devurl": "https://github.com/r-lib/coro",
  "_pkgdown": "https://coro.r-lib.org/",
  "_searchresults": 1240,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/coro.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/r-lib/coro",
  "_realowner": "r-lib",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2020-12-09"
    },
    {
      "version": "1.0.1",
      "date": "2020-12-17"
    },
    {
      "version": "1.0.2",
      "date": "2021-12-03"
    },
    {
      "version": "1.0.3",
      "date": "2022-07-19"
    },
    {
      "version": "1.0.4",
      "date": "2024-03-11"
    },
    {
      "version": "1.0.5",
      "date": "2024-10-15"
    },
    {
      "version": "1.1.0",
      "date": "2024-11-05"
    }
  ],
  "_exports": [
    "as_iterator",
    "async",
    "async_collect",
    "async_generator",
    "async_ops",
    "async_sleep",
    "await",
    "await_each",
    "collect",
    "coro_debug",
    "exhausted",
    "gen",
    "generator",
    "is_exhausted",
    "loop",
    "yield"
  ],
  "_help": [
    {
      "page": "as_iterator",
      "title": "Transform an object to an iterator",
      "topics": [
        "as_iterator",
        "as_iterator.default"
      ]
    },
    {
      "page": "async",
      "title": "Make an async function",
      "topics": [
        "async",
        "await"
      ]
    },
    {
      "page": "async_collect",
      "title": "Collect elements of an asynchronous iterator",
      "topics": [
        "async_collect"
      ]
    },
    {
      "page": "async_generator",
      "title": "Construct an async generator",
      "topics": [
        "async_generator",
        "await_each"
      ]
    },
    {
      "page": "async_sleep",
      "title": "Sleep asynchronously",
      "topics": [
        "async_sleep"
      ]
    },
    {
      "page": "collect",
      "title": "Iterate over iterator functions",
      "topics": [
        "collect",
        "loop"
      ]
    },
    {
      "page": "coro_debug",
      "title": "Debug a generator or async function",
      "topics": [
        "coro_debug"
      ]
    },
    {
      "page": "generator",
      "title": "Create a generator function",
      "topics": [
        "gen",
        "generator"
      ]
    },
    {
      "page": "iterator",
      "title": "Iterator protocol",
      "topics": [
        "exhausted",
        "is_exhausted",
        "iterator"
      ]
    },
    {
      "page": "yield",
      "title": "Yield a value from a generator",
      "topics": [
        "yield"
      ]
    }
  ],
  "_readme": "https://github.com/r-lib/coro/raw/HEAD/README.md",
  "_rundeps": [
    "rlang"
  ],
  "_vignettes": [
    {
      "source": "generator.Rmd",
      "filename": "generator.html",
      "title": "Generators",
      "author": "Lionel Henry",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Iterators",
        "Generators",
        "Iterating",
        "Adapting generators"
      ],
      "created": "2020-10-26 14:24:39",
      "modified": "2025-01-06 14:18:49",
      "commits": 4
    }
  ],
  "_score": 13.344036176613532,
  "_indexed": true,
  "_nocasepkg": "coro",
  "_universes": [
    "r-lib",
    "lionel-"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.0.9000",
      "date": "2026-06-19T09:24:35.000Z",
      "distro": "noble",
      "commit": "a8efdec66ec547e4697c78286135255429c326ae",
      "fileid": "48138ba1ea1ae687fdaf568ce653de92c27c062c6bf25dcf51781327a6d63af2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817057318"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.0.9000",
      "date": "2026-06-19T09:24:41.000Z",
      "distro": "noble",
      "commit": "a8efdec66ec547e4697c78286135255429c326ae",
      "fileid": "76201c338e35c7d95fde148d673a9711441f2db006db8c16a30172d703d45fa4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817057318"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.0.9000",
      "date": "2026-06-19T09:37:13.000Z",
      "commit": "a8efdec66ec547e4697c78286135255429c326ae",
      "fileid": "4cfaaf92c23d622e463d4107b2c12f45a59c7bd7cb50aec4f456206b76eac21a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817057318"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.0.9000",
      "date": "2026-06-19T09:29:19.000Z",
      "commit": "a8efdec66ec547e4697c78286135255429c326ae",
      "fileid": "3f4df3c2e0d47017f30220c67fef454edd7ca68a6bbe67db9ccc1fd5d2f72bda",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817057318"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.0.9000",
      "date": "2026-06-19T09:24:30.000Z",
      "commit": "a8efdec66ec547e4697c78286135255429c326ae",
      "fileid": "3c457a8ddb459e6aaf753b76c848be075aedf9d515745d2ff87a2d404e2da691",
      "status": "success",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817057318"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.0.9000",
      "date": "2026-06-19T09:23:53.000Z",
      "commit": "a8efdec66ec547e4697c78286135255429c326ae",
      "fileid": "06eac1bcbe3948d78282a1a02eaa15d39333721c345eb232266b0ddaffcabfeb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817057318"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.0.9000",
      "date": "2026-06-19T09:24:25.000Z",
      "commit": "a8efdec66ec547e4697c78286135255429c326ae",
      "fileid": "d16dfd7655bd5f2b4c6fdd986fa0bc7c735253f579413af79e7e8132ee3b3503",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817057318"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.0.9000",
      "date": "2026-06-19T09:23:58.000Z",
      "commit": "a8efdec66ec547e4697c78286135255429c326ae",
      "fileid": "858f2a6bb3cd2cb36aba23b152dc42fa92b137c995446428a36f3f294c68cfdf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/27817057318"
    }
  ]
}