{
  "_id": "6a49ae37c8f6781c04fb7f14",
  "Package": "queue",
  "Title": "Simple Multi-Threaded Task Queuing",
  "Version": "0.0.2",
  "Authors@R": "person(\"Danielle\", \"Navarro\", , \"djnavarro@protonmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0001-7648-6578\"))",
  "Description": "Implements a simple multi-threaded task queue using R6\nclasses.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "URL": "https://github.com/djnavarro/queue, http://djnavarro.net/queue/,\nhttps://queue.djnavarro.net/",
  "BugReports": "https://github.com/djnavarro/queue/issues",
  "Config/testthat/edition": "3",
  "Config/Needs/website": "djnavarro/waeponwifestre",
  "VignetteBuilder": "knitr",
  "Repository": "https://djnavarro.r-universe.dev",
  "Date/Publication": "2026-03-21 05:52:01 UTC",
  "RemoteUrl": "https://github.com/djnavarro/queue",
  "RemoteRef": "HEAD",
  "RemoteSha": "ddd5fb03a7375de7d4e57d9f5c70755d29d0d127",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-19 09:26:43 UTC",
    "User": "root"
  },
  "Author": "Danielle Navarro [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-7648-6578>)",
  "Maintainer": "Danielle Navarro <djnavarro@protonmail.com>",
  "_user": "djnavarro",
  "_type": "src",
  "_file": "queue_0.0.2.tar.gz",
  "_fileid": "https://r2.ropensci.org/556eac537d7bf796f1394bd3605b9c55b8e3157fab8c59309071fcbb82849556",
  "_filesize": 148190,
  "_sha256": "556eac537d7bf796f1394bd3605b9c55b8e3157fab8c59309071fcbb82849556",
  "_expires": "2026-10-13T01:07:02.000Z",
  "_created": "2026-06-19T09:26:43.000Z",
  "_published": "2026-07-05T01:07:03.492Z",
  "_jobs": [
    {
      "job": 85181345835,
      "time": 135,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7746320871"
    },
    {
      "job": 85181345961,
      "time": 143,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7746323014"
    },
    {
      "job": 85181346012,
      "time": 128,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7746506942"
    },
    {
      "job": 85181345903,
      "time": 132,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7746536945"
    },
    {
      "job": 85181345765,
      "time": 169,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7746274211"
    },
    {
      "job": 85181346034,
      "time": 98,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7746308335"
    },
    {
      "job": 85181345910,
      "time": 101,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7746309381"
    },
    {
      "job": 85181345875,
      "time": 85,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7746304079"
    },
    {
      "job": 85181345854,
      "time": 97,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7746309669"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/djnavarro/actions/runs/27817253928",
  "_status": "success",
  "_upstream": "https://github.com/djnavarro/queue",
  "_commit": {
    "id": "ddd5fb03a7375de7d4e57d9f5c70755d29d0d127",
    "author": "Danielle Navarro <djnavarro@protonmail.com>",
    "committer": "Danielle Navarro <djnavarro@protonmail.com>",
    "message": "fixes spelling error\n",
    "time": 1774072321
  },
  "_maintainer": {
    "name": "Danielle Navarro",
    "email": "djnavarro@protonmail.com",
    "login": "djnavarro",
    "mastodon": "@djnavarro@hachyderm.io",
    "bluesky": "@djnavarro.net",
    "description": "Statistician. Data scientist. Former academic cognitive scientist. Occasional generative artist. Evidently now also a pharmacometrician",
    "uuid": 2896325,
    "orcid": "0000-0001-7648-6578"
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "callr",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "djnavarro",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-12",
      "n": 3
    }
  ],
  "_tags": [],
  "_stars": 6,
  "_contributors": [
    {
      "user": "djnavarro",
      "count": 80,
      "uuid": 2896325
    }
  ],
  "_userbio": {
    "uuid": 2896325,
    "type": "user",
    "name": "Danielle Navarro",
    "followers": 1186,
    "description": "Statistician. Data scientist. Former academic cognitive scientist. Occasional generative artist. Evidently now also a pharmacometrician"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/queue"
  },
  "_devurl": "https://github.com/djnavarro/queue",
  "_pkgdown": "http://djnavarro.net/queue/",
  "_searchresults": 63,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/queue.html",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "Queue",
    "Task",
    "TaskList",
    "Worker",
    "WorkerPool"
  ],
  "_help": [
    {
      "page": "Queue",
      "title": "R6 Class Representing a Multi-Worker Task Queue",
      "topics": [
        "Queue"
      ]
    },
    {
      "page": "Task",
      "title": "R6 Class Representing a Task",
      "topics": [
        "Task"
      ]
    },
    {
      "page": "TaskList",
      "title": "R6 Class Representing a Task List",
      "topics": [
        "TaskList"
      ]
    },
    {
      "page": "Worker",
      "title": "R6 Class Representing a Worker",
      "topics": [
        "Worker"
      ]
    },
    {
      "page": "WorkerPool",
      "title": "R6 Class Representing a Worker Pool",
      "topics": [
        "WorkerPool"
      ]
    }
  ],
  "_readme": "https://github.com/djnavarro/queue/raw/HEAD/README.md",
  "_rundeps": [
    "callr",
    "cli",
    "glue",
    "lifecycle",
    "magrittr",
    "otel",
    "pillar",
    "pkgconfig",
    "processx",
    "ps",
    "R6",
    "rlang",
    "tibble",
    "utf8",
    "vctrs"
  ],
  "_vignettes": [
    {
      "source": "queue.Rmd",
      "filename": "queue.html",
      "title": "queue",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Another parallel computing tool",
        "Basic usage",
        "Implementation detail",
        "Crash resistance"
      ],
      "created": "2022-12-21 06:43:30",
      "modified": "2022-12-21 06:43:30",
      "commits": 1
    }
  ],
  "_score": 4.276461804173244,
  "_indexed": true,
  "_nocasepkg": "queue",
  "_universes": [
    "djnavarro"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.2",
      "date": "2026-06-19T09:28:46.000Z",
      "distro": "noble",
      "commit": "ddd5fb03a7375de7d4e57d9f5c70755d29d0d127",
      "fileid": "https://r2.ropensci.org/9521a4c0de66ff23f1c834b443c7b8d8ee00def7cd8f442d5b5688a87722c611",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/djnavarro/actions/runs/27817253928"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.2",
      "date": "2026-06-19T09:28:50.000Z",
      "distro": "noble",
      "commit": "ddd5fb03a7375de7d4e57d9f5c70755d29d0d127",
      "fileid": "https://r2.ropensci.org/cd13ff642dc538c5203b5fac84d39d5cb49bb0adebc38f510716077d95c1aaeb",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/djnavarro/actions/runs/27817253928"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.2",
      "date": "2026-06-19T09:37:51.000Z",
      "commit": "ddd5fb03a7375de7d4e57d9f5c70755d29d0d127",
      "fileid": "https://r2.ropensci.org/94bcc02506f3bbc1f1c15d4cdfda3747646496b144f58f1ca4721f166732ea16",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/djnavarro/actions/runs/27817253928"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.2",
      "date": "2026-06-19T09:39:21.000Z",
      "commit": "ddd5fb03a7375de7d4e57d9f5c70755d29d0d127",
      "fileid": "https://r2.ropensci.org/35731bcb095ad2a54445e9fcead3436533a34110c8e59ff43e2c6a52b3ed2fea",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/djnavarro/actions/runs/27817253928"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.2",
      "date": "2026-06-19T09:28:38.000Z",
      "commit": "ddd5fb03a7375de7d4e57d9f5c70755d29d0d127",
      "fileid": "https://r2.ropensci.org/a8d4eade89d38c084a4f6c1bf6ebf9393425340d40cc072ef392b12f6d209bbf",
      "status": "success",
      "buildurl": "https://github.com/r-universe/djnavarro/actions/runs/27817253928"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.2",
      "date": "2026-06-19T09:28:04.000Z",
      "commit": "ddd5fb03a7375de7d4e57d9f5c70755d29d0d127",
      "fileid": "https://r2.ropensci.org/cdf0607f4499b35499f0f9d9659cf19cccb3944a42b89287ca9ab6ac9355e4ef",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/djnavarro/actions/runs/27817253928"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.2",
      "date": "2026-06-19T09:27:50.000Z",
      "commit": "ddd5fb03a7375de7d4e57d9f5c70755d29d0d127",
      "fileid": "https://r2.ropensci.org/f7653df83ee9d28476ae4dfc9de04ccc703eaa51c3194bf9ce61b88e7b1a890b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/djnavarro/actions/runs/27817253928"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.2",
      "date": "2026-06-19T09:28:04.000Z",
      "commit": "ddd5fb03a7375de7d4e57d9f5c70755d29d0d127",
      "fileid": "https://r2.ropensci.org/ae8ee6e1af07ce3b40189b0fe2dc18fc72b6b425901c30bbdc76fe1ed18f708f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/djnavarro/actions/runs/27817253928"
    }
  ]
}