Package: jobqueue Type: Package Title: Run Interruptible Code Asynchronously Version: 1.7.0.9000 Date: 2025-05-23 Authors@R: c( person( "Daniel P.", "Smith", email = "dansmith01@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2479-2044")), person( "Alkek Center for Metagenomics and Microbiome Research", role = c("cph", "fnd") )) Description: Takes an R expression and returns a job object with a $stop() method which can be called to terminate the background job. Also provides timeouts and other mechanisms for automatically terminating a background job. The result of the expression is available synchronously via $result or asynchronously with callbacks or through the 'promises' package framework. 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 Depends: R (>= 4.2.0) Imports: cli, interprocess (>= 1.2.0), later, magrittr, parallelly, promises, ps, R6, rlang, utils Suggests: glue, knitr, rmarkdown, testthat 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: 2026-07-03 07:25:52 UTC; root Author: Daniel P. Smith [aut, cre] (ORCID: ), Alkek Center for Metagenomics and Microbiome Research [cph, fnd] Maintainer: Daniel P. Smith