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 21 Jul. 2026.
Previous versions and publish date:
(2026-07-09 07:40), 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

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
truncnormbayes  
Estimates Moments for a Truncated Normal Distribution using 'Stan'
Finds the posterior modes for the mean and standard deviation for a truncated normal distribution wi ...
Download / Learn more Package Citations See dependency  
OSTE  
Optimal Survival Trees Ensemble
Function for growing survival trees ensemble ('Naz Gul', 'Nosheen Faiz', 'Dan Brawn', 'Rafal Kulakow ...
Download / Learn more Package Citations See dependency  
splash  
Simple Process-Led Algorithms for Simulating Habitats
This program calculates bioclimatic indices and fluxes (radiation, evapotranspiration, soil moistur ...
Download / Learn more Package Citations See dependency  
netgen  
Network Generator for Combinatorial Graph Problems
Methods for the generation of a wide range of network geographies, e.g., grid networks or clustered ...
Download / Learn more Package Citations See dependency  
beastier  
Call 'BEAST2'
'BEAST2' () is a widely used Bayesian phylogenetic tool, that uses DNA/RNA/ ...
Download / Learn more Package Citations See dependency  

27,889

R Packages

239,283

Dependencies

74,019

Author Associations

27,890

Publication Badges

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