{
  "_id": "6a4797522f27a93436c0f3c5",
  "Package": "jobqueue",
  "Type": "Package",
  "Title": "Run Interruptible Code Asynchronously",
  "Version": "1.7.0.9000",
  "Date": "2025-05-23",
  "Authors@R": "c(\nperson(\n\"Daniel P.\", \"Smith\",\nemail   = \"dansmith01@gmail.com\",\nrole    = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-2479-2044\")),\nperson(\n\"Alkek Center for Metagenomics and Microbiome Research\",\nrole = c(\"cph\", \"fnd\") ))",
  "Description": "Takes an R expression and returns a job object with a\n$stop() method which can be called to terminate the background\njob. Also provides timeouts and other mechanisms for\nautomatically terminating a background job. The result of the\nexpression is available synchronously via $result or\nasynchronously with callbacks or through the 'promises' package\nframework.",
  "URL": "https://cmmr.github.io/jobqueue/, https://github.com/cmmr/jobqueue",
  "BugReports": "https://github.com/cmmr/jobqueue/issues",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "VignetteBuilder": "knitr",
  "Config/Needs/website": "rmarkdown",
  "Config/testthat/edition": "3",
  "Config/testthat/parallel": "false",
  "Remotes": [
    "cmmr/interprocess"
  ],
  "Repository": "https://cmmr.r-universe.dev",
  "Date/Publication": "2025-08-07 18:34:44 UTC",
  "RemoteUrl": "https://github.com/cmmr/jobqueue",
  "RemoteRef": "HEAD",
  "RemoteSha": "80a589798258fc4524642b244a89fe5d2c24c0a5",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-03 07:25:52 UTC",
    "User": "root"
  },
  "Author": "Daniel P. Smith [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-2479-2044>),\nAlkek Center for Metagenomics and Microbiome Research [cph, fnd]",
  "Maintainer": "Daniel P. Smith <dansmith01@gmail.com>",
  "_user": "cmmr",
  "_type": "src",
  "_file": "jobqueue_1.7.0.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/b7e4e3842e18c8b6a2fb51c55de4a363ba84d5ccaf87cb6a402d59b1900dce0b",
  "_filesize": 221953,
  "_sha256": "b7e4e3842e18c8b6a2fb51c55de4a363ba84d5ccaf87cb6a402d59b1900dce0b",
  "_expires": "2026-10-11T11:04:49.000Z",
  "_created": "2026-07-03T07:25:52.000Z",
  "_published": "2026-07-03T11:04:50.020Z",
  "_jobs": [
    {
      "job": 84986543752,
      "time": 142,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8060417035"
    },
    {
      "job": 84986543796,
      "time": 139,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8060416323"
    },
    {
      "job": 84986543532,
      "time": 99,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8060403970"
    },
    {
      "job": 84986543456,
      "time": 149,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8060419758"
    },
    {
      "job": 84986543655,
      "time": 197,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8060371990"
    },
    {
      "job": 84986543737,
      "time": 152,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8060420270"
    },
    {
      "job": 84986543968,
      "time": 98,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8060403938"
    },
    {
      "job": 84986543642,
      "time": 121,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8060411188"
    },
    {
      "job": 84986543813,
      "time": 94,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8060402653"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/cmmr/actions/runs/28645206169",
  "_status": "success",
  "_upstream": "https://github.com/cmmr/jobqueue",
  "_commit": {
    "id": "80a589798258fc4524642b244a89fe5d2c24c0a5",
    "author": "Daniel Smith <dansmith@orst.edu>",
    "committer": "Daniel Smith <dansmith@orst.edu>",
    "message": "logo border\n",
    "time": 1754591684
  },
  "_maintainer": {
    "name": "Daniel P. Smith",
    "email": "dansmith01@gmail.com",
    "login": "dansmith01",
    "orcid": "0000-0002-2479-2044",
    "description": "Bioinformatics programmer at Baylor College of Medicine, specializing in visualization of microbiome datasets.",
    "uuid": 2066273
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "interprocess",
      "version": ">= 1.2.0",
      "role": "Imports"
    },
    {
      "package": "later",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "parallelly",
      "role": "Imports"
    },
    {
      "package": "promises",
      "role": "Imports"
    },
    {
      "package": "ps",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "cmmr",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-32",
      "n": 3
    }
  ],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "dansmith01",
      "count": 71,
      "uuid": 2066273
    }
  ],
  "_userbio": {
    "uuid": 7662263,
    "type": "organization",
    "name": "Alkek Center for Metagenomics and Microbiome Research",
    "followers": 22,
    "description": "CMMR researchers develop molecular and informatic tools to advance clinical microbiome research."
  },
  "_downloads": {
    "count": 582,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/jobqueue"
  },
  "_devurl": "https://github.com/cmmr/jobqueue",
  "_pkgdown": "https://cmmr.github.io/jobqueue/",
  "_searchresults": 19,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/jobqueue.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/cmmr/jobqueue",
  "_realowner": "cmmr",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.1",
      "date": "2025-01-30"
    },
    {
      "version": "1.3.0",
      "date": "2025-02-13"
    },
    {
      "version": "1.3.1",
      "date": "2025-02-14"
    },
    {
      "version": "1.4.1",
      "date": "2025-02-21"
    },
    {
      "version": "1.5.1",
      "date": "2025-02-28"
    },
    {
      "version": "1.6.0",
      "date": "2025-04-01"
    },
    {
      "version": "1.7.0",
      "date": "2025-05-27"
    }
  ],
  "_exports": [
    "%...>%",
    "%...T>%",
    "%<>%",
    "%>%",
    "as.promise",
    "availableCores",
    "job_class",
    "jobqueue",
    "jobqueue_class",
    "later",
    "promise_all",
    "promise_map",
    "promise_race",
    "promise_reduce",
    "run_now",
    "then",
    "worker_class"
  ],
  "_help": [
    {
      "page": "job_class",
      "title": "Define an R Expression (R6 Class)",
      "topics": [
        "job_class"
      ]
    },
    {
      "page": "jobqueue",
      "title": "Assigns Jobs to Workers",
      "topics": [
        "jobqueue"
      ]
    },
    {
      "page": "jobqueue_class",
      "title": "Assigns Jobs to Workers (R6 Class)",
      "topics": [
        "jobqueue_class"
      ]
    },
    {
      "page": "worker_class",
      "title": "A Background Process (R6 Class)",
      "topics": [
        "worker_class"
      ]
    }
  ],
  "_pkglogo": "https://github.com/cmmr/jobqueue/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/cmmr/jobqueue/raw/HEAD/README.md",
  "_rundeps": [
    "BH",
    "cli",
    "cpp11",
    "fastmap",
    "interprocess",
    "later",
    "lifecycle",
    "magrittr",
    "otel",
    "parallelly",
    "promises",
    "ps",
    "R6",
    "Rcpp",
    "rlang"
  ],
  "_vignettes": [
    {
      "source": "hooks.Rmd",
      "filename": "hooks.html",
      "title": "Callback Hooks",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Setup",
        "Introduction",
        "A Callback Function",
        "Triggers",
        "Special Triggers",
        "jobqueue States",
        "worker States",
        "job States",
        "Attaching",
        "Removing",
        "Default job Hooks",
        "Use Case: Priority Setting",
        "Use Case: Rate Limiting"
      ],
      "created": "2024-10-21 23:35:04",
      "modified": "2025-05-21 17:14:57",
      "commits": 5
    },
    {
      "source": "eval.Rmd",
      "filename": "eval.html",
      "title": "Expressions and Variables",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Expressions",
        "Variables",
        "Functions",
        "Example"
      ],
      "created": "2024-10-21 23:35:04",
      "modified": "2025-05-21 17:14:57",
      "commits": 5
    },
    {
      "source": "jobqueue.Rmd",
      "filename": "jobqueue.html",
      "title": "Introduction to jobqueue",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Create a jobqueue",
        "Create a job",
        "Access the Result",
        "Add a Callback Hook",
        "Interrupt Evaluation",
        "Passing Data"
      ],
      "created": "2024-10-21 23:35:04",
      "modified": "2025-05-21 17:14:57",
      "commits": 4
    },
    {
      "source": "results.Rmd",
      "filename": "results.html",
      "title": "Result and Error Handling",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Reacting to Results",
        "Output vs Result",
        "Reformatting Output",
        "Transformation",
        "job Details",
        "Non-blocking",
        "Signaling Errors",
        "Promise Handling"
      ],
      "created": "2024-10-21 23:35:04",
      "modified": "2025-05-23 22:15:39",
      "commits": 6
    },
    {
      "source": "stops.Rmd",
      "filename": "stops.html",
      "title": "Stopping Jobs",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Setup",
        "Immediate Stop",
        "Interrupting with $stop()",
        "Assigning to $output",
        "Replacing and Combining",
        "Stop ID",
        "Copy ID",
        "In jobqueue()",
        "Timeouts"
      ],
      "created": "2024-10-21 23:35:04",
      "modified": "2025-05-21 17:14:57",
      "commits": 4
    }
  ],
  "_score": 4.977723605288848,
  "_indexed": true,
  "_nocasepkg": "jobqueue",
  "_universes": [
    "cmmr",
    "dansmith01"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.7.0.9000",
      "date": "2026-07-03T07:28:09.000Z",
      "distro": "resolute",
      "commit": "80a589798258fc4524642b244a89fe5d2c24c0a5",
      "fileid": "https://r2.ropensci.org/8f6c3278d7f122549b9415487d23032b9bc670ba184ff179ffaaa70db8c99b0e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cmmr/actions/runs/28645206169"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.7.0.9000",
      "date": "2026-07-03T07:28:08.000Z",
      "distro": "resolute",
      "commit": "80a589798258fc4524642b244a89fe5d2c24c0a5",
      "fileid": "https://r2.ropensci.org/969d46dc4e3cccfa31fd76f0dc1401f740dfde93822cfce79008a9344c080301",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cmmr/actions/runs/28645206169"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.7.0.9000",
      "date": "2026-07-03T07:27:34.000Z",
      "commit": "80a589798258fc4524642b244a89fe5d2c24c0a5",
      "fileid": "https://r2.ropensci.org/f0991929e4beecf079c06ca0e30237da76cfba71feda1211ef3798aa5f51d65b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cmmr/actions/runs/28645206169"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.7.0.9000",
      "date": "2026-07-03T07:28:17.000Z",
      "commit": "80a589798258fc4524642b244a89fe5d2c24c0a5",
      "fileid": "https://r2.ropensci.org/294783a8c0fe41fdd86e592a1b84a16ebe3928b30e41d6aa9924c70bab7ce762",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cmmr/actions/runs/28645206169"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.7.0.9000",
      "date": "2026-07-03T07:28:39.000Z",
      "commit": "80a589798258fc4524642b244a89fe5d2c24c0a5",
      "fileid": "https://r2.ropensci.org/18f8c583657116ec053ba5d67ca53dfafb34436607cb703c662ff4a8c65778d5",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cmmr/actions/runs/28645206169"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.7.0.9000",
      "date": "2026-07-03T07:27:23.000Z",
      "commit": "80a589798258fc4524642b244a89fe5d2c24c0a5",
      "fileid": "https://r2.ropensci.org/c26e8560cdf5ea5923ffd9d40f265acaab4898fd7ee64615e2c9b8ac7bc0ffea",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cmmr/actions/runs/28645206169"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.7.0.9000",
      "date": "2026-07-03T07:27:48.000Z",
      "commit": "80a589798258fc4524642b244a89fe5d2c24c0a5",
      "fileid": "https://r2.ropensci.org/0183a1de4a65f52e6bec53b6fdffedd62ab55d1e903a395d648b2bfc91250e3d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cmmr/actions/runs/28645206169"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.7.0.9000",
      "date": "2026-07-03T07:27:20.000Z",
      "commit": "80a589798258fc4524642b244a89fe5d2c24c0a5",
      "fileid": "https://r2.ropensci.org/7802d7c3c3f0fb116177370f09b9e9d69b7fddb2134593bac7bf791eaddd759c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cmmr/actions/runs/28645206169"
    }
  ]
}