{
  "_id": "6a106d92acfb0bcc41caaeef",
  "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": "2025-10-20 13:12:49 UTC",
  "RemoteUrl": "https://github.com/r-lib/coro",
  "RemoteRef": "HEAD",
  "RemoteSha": "fd8fae62243eaeb1d4b280e851c5179276d5f4bc",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-07 08:26:10 UTC",
    "User": "root"
  },
  "Author": "Lionel Henry [aut, cre],\nPosit Software, PBC [cph, fnd]",
  "Maintainer": "Lionel Henry <lionel@posit.co>",
  "MD5sum": "501a01434eecd591644c5722276ff7c3",
  "_user": "r-lib",
  "_type": "src",
  "_file": "coro_1.1.0.9000.tar.gz",
  "_fileid": "5ee8fc12fb8691e1b07f6a1055154137a0ca616f6dc1f48cb42e96350eab1fbb",
  "_filesize": 178618,
  "_sha256": "5ee8fc12fb8691e1b07f6a1055154137a0ca616f6dc1f48cb42e96350eab1fbb",
  "_created": "2026-05-07T08:26:10.000Z",
  "_published": "2026-05-22T14:52:02.587Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77404255387,
      "time": 149,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6850380258"
    },
    {
      "job": 77404255864,
      "time": 131,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6850376701"
    },
    {
      "job": 77404255901,
      "time": 99,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6850364297"
    },
    {
      "job": 77404255253,
      "time": 119,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6850371007"
    },
    {
      "job": 77404254913,
      "time": 166,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6850332644"
    },
    {
      "job": 77404254850,
      "time": 101,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7163464953"
    },
    {
      "job": 77404255703,
      "time": 107,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6850367048"
    },
    {
      "job": 77404255836,
      "time": 88,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6850361071"
    },
    {
      "job": 77404255854,
      "time": 102,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6850365511"
    }
  ],
  "_buildurl": "https://github.com/r-universe/r-lib/actions/runs/25484592540",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/r-lib/coro",
  "_commit": {
    "id": "fd8fae62243eaeb1d4b280e851c5179276d5f4bc",
    "author": "Jeroen Janssens <jeroen@jeroenjanssens.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Include supported-by-posit script (#69)\n\n",
    "time": 1760965969
  },
  "_maintainer": {
    "name": "Lionel Henry",
    "email": "lionel@posit.co",
    "login": "lionel-",
    "uuid": 4465050
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "rlang",
      "version": ">= 0.4.12",
      "role": "Imports"
    },
    {
      "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": 95,
  "_updates": [
    {
      "week": "2025-37",
      "n": 2
    },
    {
      "week": "2025-43",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "async",
    "coroutines",
    "generator",
    "iterator",
    "promises",
    "reticulate"
  ],
  "_stars": 180,
  "_contributors": [
    {
      "user": "lionel-",
      "count": 528,
      "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"
  },
  "_downloads": {
    "count": 30617,
    "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": 137,
  "_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",
    "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": 12.177898606480287,
  "_indexed": true,
  "_nocasepkg": "coro",
  "_universes": [
    "r-lib",
    "lionel-"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.0.9000",
      "date": "2026-05-07T08:28:28.000Z",
      "distro": "noble",
      "commit": "fd8fae62243eaeb1d4b280e851c5179276d5f4bc",
      "fileid": "6ff543b643297a936ebdee0dc023b4ade0f46985addaace5b0120f1244f62634",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/25484592540"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.0.9000",
      "date": "2026-05-07T08:28:14.000Z",
      "distro": "noble",
      "commit": "fd8fae62243eaeb1d4b280e851c5179276d5f4bc",
      "fileid": "38360d5f58339dbe854b1c619708223ff7a59fefe695eccab6b751c58500611d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/25484592540"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.0.9000",
      "date": "2026-05-07T08:27:45.000Z",
      "commit": "fd8fae62243eaeb1d4b280e851c5179276d5f4bc",
      "fileid": "d556b4ac64dd5f9aff7530d257513fdd069d50dda6950856c55eb79fbdb1f761",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/25484592540"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.0.9000",
      "date": "2026-05-07T08:28:03.000Z",
      "commit": "fd8fae62243eaeb1d4b280e851c5179276d5f4bc",
      "fileid": "02de81c242fa54b1e9115d05ccea36daa49fc8b4fb0b8e9f684fe26960b75b92",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/25484592540"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.0.9000",
      "date": "2026-05-07T08:27:37.000Z",
      "commit": "fd8fae62243eaeb1d4b280e851c5179276d5f4bc",
      "fileid": "7a0699a7a5f396ce594857f123a85ec89938bb87bcf2a6585569bfa6feac4c6d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/25484592540"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.0.9000",
      "date": "2026-05-07T08:27:21.000Z",
      "commit": "fd8fae62243eaeb1d4b280e851c5179276d5f4bc",
      "fileid": "740722e91f7f124bfbb84a29e9c238f35e5b28b1d16917733000fb20e17031e3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/25484592540"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.0.9000",
      "date": "2026-05-07T08:27:27.000Z",
      "commit": "fd8fae62243eaeb1d4b280e851c5179276d5f4bc",
      "fileid": "f988d9c36895666ef27b4e54f848682c92565c521c5d36861ceda3877fc4645a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/25484592540"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.0.9000",
      "date": "2026-05-22T14:51:44.000Z",
      "commit": "fd8fae62243eaeb1d4b280e851c5179276d5f4bc",
      "fileid": "bbe7ae8481ec1e28221acf2307f849c795872a75ebe24cfb3187c3de991b3ca5",
      "status": "success",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/25484592540"
    }
  ]
}