caravagn/easypar: Easy parallaleization of R functions.

The easypar package makes it easy to implement parallel computations in R. To use this package, you need to have a function that carries out your desired computation. easypar will take care of the burden of turning that function into a runnable parallel piece of code, offering a soilution based on the foreach and doParallel paradigms for parallel computing, or generating array jobs for the popular LSF workload for distributed high performance computing.

Getting started

Package details

AuthorGiulio Caravagna
MaintainerGiulio Caravagna <gcaravagn@gmail.com>
LicenseGPL (>= 3)
Version1.0.0
URL https://caravagnalab.github.io/easypar/
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("caravagn/easypar")
caravagn/easypar documentation built on June 4, 2022, 4:25 a.m.