Package: jobqueue 1.7.0.9000

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:
jobqueue_1.7.0.9000.tar.gz
jobqueue_1.7.0.9000.zip(r-4.7)jobqueue_1.7.0.9000.zip(r-4.6)jobqueue_1.7.0.9000.zip(r-4.5)
jobqueue_1.7.0.9000.tgz(r-4.6-any)jobqueue_1.7.0.9000.tgz(r-4.5-any)
jobqueue_1.7.0.9000.tar.gz(r-4.7-any)jobqueue_1.7.0.9000.tar.gz(r-4.6-any)
jobqueue_1.7.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
jobqueue/json (API)
| # 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/docs site:https://cmmr.github.io
Last updated from:80a5897982. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 142 | ||
| source / vignettes | OK | 197 | ||
| linux-release-x86_64 | OK | 139 | ||
| macos-release-arm64 | OK | 149 | ||
| macos-oldrel-arm64 | OK | 99 | ||
| windows-devel | OK | 98 | ||
| windows-release | OK | 94 | ||
| windows-oldrel | OK | 121 | ||
| wasm-release | OK | 152 |
Exports:%...>%%...T>%%<>%%>%as.promiseavailableCoresjob_classjobqueuejobqueue_classlaterpromise_allpromise_mappromise_racepromise_reducerun_nowthenworker_class
Dependencies:BHclicpp11fastmapinterprocesslaterlifecyclemagrittrotelparallellypromisespsR6Rcpprlang
Last update: 2025-05-23
Started: 2024-10-21
Last update: 2025-05-21
Started: 2024-10-21
Last update: 2025-05-21
Started: 2024-10-21
Last update: 2025-05-21
Started: 2024-10-21
Last update: 2025-05-21
Started: 2024-10-21
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Define an R Expression (R6 Class) | job_class |
| Assigns Jobs to Workers | jobqueue |
| Assigns Jobs to Workers (R6 Class) | jobqueue_class |
| A Background Process (R6 Class) | worker_class |
