bamonroe/ctools: Unified Syntax for Parallel Operations in R

This package unifies some commonly used functions for parallel computation in R. For Unix-like systems, commands take advantage of forking, for Windows systems a PSOCKS cluster is established, and for Unix clusters through MPI a custom fork of Rhpc is used for MPI operations. Users wishing to take advantage of parallel operations in R previously had to use several different syntaxes for different OS's and again for cluster computing, "ctools" unifies this syntax.

Getting started

Package details

Maintainer
LicenseGPL2
Version0.15.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("bamonroe/ctools")
bamonroe/ctools documentation built on May 11, 2019, 6:19 p.m.