Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mlr-org/batchtools

Repository files navigation

batchtools

CRAN_Status_Badge Build Status Build status Coverage Status

As a successor of the packages BatchJobs and BatchExperiments, batchtools provides a parallel implementation of Map for high performance computing systems managed by schedulers like Slurm, Torque, or SGE. Moreover, the package provides an abstraction mechanism to define large-scale computer experiments in a well-organized and reproducible way.

Installation

Install the development version via devtools:

devtools::install_github("mllg/batchtools")

Resources