Package: jobqueue 1.5.1

Daniel P. Smith

jobqueue: Run Interruptible Code Asynchronously

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.

Authors:Daniel P. Smith [aut, cre], Alkek Center for Metagenomics and Microbiome Research [cph, fnd]

jobqueue_1.5.1.tar.gz
jobqueue_1.5.1.zip(r-4.5)jobqueue_1.5.1.zip(r-4.4)jobqueue_1.5.1.zip(r-4.3)
jobqueue_1.5.1.tgz(r-4.5-any)jobqueue_1.5.1.tgz(r-4.4-any)jobqueue_1.5.1.tgz(r-4.3-any)
jobqueue_1.5.1.tar.gz(r-4.5-noble)jobqueue_1.5.1.tar.gz(r-4.4-noble)
jobqueue_1.5.1.tgz(r-4.4-emscripten)jobqueue_1.5.1.tgz(r-4.3-emscripten)
jobqueue.pdf |jobqueue.html
jobqueue/json (API)
NEWS

# Install 'jobqueue' in R:
install.packages('jobqueue', repos = c('https://cmmr.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/cmmr/jobqueue/issues

Pkgdown site:https://cmmr.github.io

On CRAN:

Conda:

5.89 score 2 stars 12 scripts 409 downloads 16 exports 12 dependencies

Last updated 11 days agofrom:27e48afdf9. Checks:8 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKFeb 28 2025
R-4.5-winOKFeb 28 2025
R-4.5-macOKFeb 28 2025
R-4.5-linuxOKFeb 28 2025
R-4.4-winOKFeb 28 2025
R-4.4-macOKFeb 28 2025
R-4.3-winOKFeb 28 2025
R-4.3-macOKFeb 28 2025

Exports:%...>%%...T>%%<>%%>%as.promiseavailableCoresJoblaterpromise_allpromise_mappromise_racepromise_reduceQueuerun_nowthenWorker

Dependencies:BHclifastmaplatermagrittrparallellypromisespsR6Rcpprlangsemaphore

Callback Hooks

Rendered fromhooks.Rmdusingknitr::rmarkdownon Feb 28 2025.

Last update: 2025-02-21
Started: 2024-10-21

Expressions and Variables

Rendered fromeval.Rmdusingknitr::rmarkdownon Feb 28 2025.

Last update: 2025-01-27
Started: 2024-10-21

Introduction to jobqueue

Rendered fromjobqueue.Rmdusingknitr::rmarkdownon Feb 28 2025.

Last update: 2025-01-27
Started: 2024-10-21

Result and Error Handling

Rendered fromresults.Rmdusingknitr::rmarkdownon Feb 28 2025.

Last update: 2025-02-21
Started: 2024-10-21

Stopping Jobs

Rendered fromstops.Rmdusingknitr::rmarkdownon Feb 28 2025.

Last update: 2025-01-25
Started: 2024-10-21