Other packages > Find by keyword >

jobqueue  

Run Interruptible Code Asynchronously
View on CRAN: Click here


Download and install jobqueue package within the R console
Install from CRAN:
install.packages("jobqueue")

Install from Github:
library("remotes")
install_github("cran/jobqueue")

Install by package version:
library("remotes")
install_version("jobqueue", "1.7.0")



Attach the package and use:
library("jobqueue")
Maintained by
Daniel P. Smith
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2025-02-14
Latest Update: 2025-05-23
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.
How to cite:
Daniel P. Smith (2025). jobqueue: Run Interruptible Code Asynchronously. R package version 1.7.0, https://cran.r-project.org/web/packages/jobqueue. Accessed 06 Aug. 2026.
Previous versions and publish date:
(2026-07-09 07:50), 1.0.1 (2025-01-30 20:20), 1.3.0 (2025-02-13 11:40), 1.3.1 (2025-02-15 00:00), 1.4.1 (2025-02-22 00:20), 1.5.1 (2025-02-28 19:20), 1.6.0 (2025-04-02 00:40)
Other packages that cited jobqueue R package
View jobqueue citation profile
Other R packages that jobqueue depends, imports, suggests or enhances
Complete documentation for jobqueue
Functions, R codes and Examples using the jobqueue R package
Full jobqueue package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

lsmeans  
Least-Squares Means
Obtain least-squares means for linear, generalized linear, and mixed models. Compute contrasts or l ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
TMDb  
Access to TMDb API
Provides an R-interface to the TMDb API (see TMDb API on < ...
Download / Learn more Package Citations See dependency  
SAMBA  
Selection and Misclassification Bias Adjustment for Logistic Regression Models
Health research using data from electronic health records (EHR) has gained popularity, but miscla ...
Download / Learn more Package Citations See dependency  
RRedshiftSQL  
R Interface to the 'Redshift' Database
Superclasses 'PostgreSQL' connection to help enable full 'dplyr' functionality on 'Redshift'. ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA