Other packages > Find by keyword >

future.batchtools  

A Future API for Parallel and Distributed Processing using 'batchtools'
View on CRAN: Click here


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

Install from Github:
library("remotes")
install_github("cran/future.batchtools")

Install by package version:
library("remotes")
install_version("future.batchtools", "0.21.0")



Attach the package and use:
library("future.batchtools")
Maintained by
Henrik Bengtsson
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-06-03
Latest Update: 2025-06-06
Description:
Implementation of the Future API on top of the 'batchtools' package. This allows you to process futures, as defined by the 'future' package, in parallel out of the box, not only on your local machine or ad-hoc cluster of machines, but also via high-performance compute ('HPC') job schedulers such as 'LSF', 'OpenLava', 'Slurm', 'SGE', and 'TORQUE' / 'PBS', e.g. 'y <- future.apply::future_lapply(files, FUN = process)'.
How to cite:
Henrik Bengtsson (2017). future.batchtools: A Future API for Parallel and Distributed Processing using 'batchtools'. R package version 0.21.0, https://cran.r-project.org/web/packages/future.batchtools. Accessed 29 Jun. 2026.
Previous versions and publish date:
0.5.0 (2017-06-03 19:52), 0.6.0 (2017-09-11 09:50), 0.7.0 (2018-05-04 06:18), 0.7.1 (2018-07-18 23:30), 0.7.2 (2019-01-04 14:50), 0.8.0 (2019-05-05 08:10), 0.8.1 (2019-10-01 07:10), 0.9.0 (2020-04-14 20:40), 0.10.0 (2021-01-04 22:20), 0.11.0 (2022-12-14 22:40), 0.12.0 (2023-02-24 10:30), 0.12.1 (2023-12-20 13:20), 0.12.2 (2025-06-06 04:50), 0.20.0 (2025-08-26 00:50), 0.21.0 (2025-09-21 04:30)
Other packages that cited future.batchtools R package
View future.batchtools citation profile
Other R packages that future.batchtools depends, imports, suggests or enhances
Complete documentation for future.batchtools
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

SurvDisc  
Discrete Time Survival and Longitudinal Data Analysis
Various functions for discrete time survival analysis and longitudinal analysis. SIMEX method for co ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
ollg  
Computes some Measures of OLL-G Family of Distributions
Computes the pdf, cdf, quantile function, hazard function and generating random numbers for Odd log- ...
Download / Learn more Package Citations See dependency  
mappoly  
Genetic Linkage Maps in Autopolyploids
Construction of genetic maps in autopolyploid full-sib populations. Uses pairwise recombination fra ...
Download / Learn more Package Citations See dependency  
sprintr  
Sparse Reluctant Interaction Modeling
An implementation of a computationally efficient method to fit large-scale interaction models based ...
Download / Learn more Package Citations See dependency  
Maintainer: Guo Yu (view profile)
cogmapr  
Cognitive Mapping Tools Based on Coding of Textual Sources
Functions for building cognitive maps based on qualitative data. Inputs are textual sources (article ...
Download / Learn more Package Citations See dependency  

27,653

R Packages

236,180

Dependencies

73,487

Author Associations

27,536

Publication Badges

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