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 07 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

xmlr  
Read, Write and Work with 'XML' Data
'XML' package for creating and reading and manipulating 'XML', with an object model based on 'Refere ...
Download / Learn more Package Citations See dependency  
gRain  
Bayesian Networks
Probability propagation in graphical independence networks, also known as Bayesian networks or prob ...
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  
keep  
Arrays with Better Control over Dimension Dropping
Provides arrays with flexible control over dimension dropping when subscripting. ...
Download / Learn more Package Citations See dependency  
cesR  
Access the Canadian Election Study Datasets
Makes accessing and loading the Canadian Election Study (, ...
Download / Learn more Package Citations See dependency  
curtailment  
Finds Binary Outcome Designs Using Stochastic Curtailment
Finds single- and two-arm designs using stochastic curtailment, as described by Law et al. (2022) ...
Download / Learn more Package Citations See dependency  

27,372

R Packages

233,548

Dependencies

72,820

Author Associations

27,205

Publication Badges

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