CMD + K

r-easypar

Community

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.

Installation

To install this package, run one of the following:

Conda
$conda install bioconda::r-easypar

Usage Tracking

1.0.0
1 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

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.

Last Updated

Apr 23, 2025 at 07:50

License

GPL-3.0-or-later

Total Downloads

685

Supported Platforms

noarch