Learn R Programming

parallel (version 3.6.2)

Support for Parallel computation in R

Description

Support for parallel computation, including by forking (taken from package multicore), by sockets (taken from package snow) and random-number generation.

Copy Link

Version

Version

3.6.2

License

Part of R 3.6.2

Last Published

December 12th, 2019

Functions in parallel (3.6.2)

detectCores

Detect the Number of CPU Cores
makeCluster

Create a Parallel Socket Cluster
RNGstreams

Implementation of Pierre L'Ecuyer's RngStreams
parallel-package

Support for Parallel Computation
splitIndices

Divide Tasks for Distribution in a Cluster
clusterApply

Apply Operations using Clusters