Learn R Programming

⚠️There's a newer version (3.6.2) of this package.Take me there.

parallel (version 3.3.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.3.2

License

Part of R 3.3.2

Last Published

December 12th, 2019

Functions in parallel (3.3.2)

RNGstreams

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

makeCluster

splitIndices

Divide Tasks for Distribution in a Cluster
detectCores

Detect the Number of CPU Cores
clusterApply

Apply Operations using Clusters
mclapply

Parallel Versions of
mcchildren

Low-level Functions for Management of Forked Processes
mcaffinity

Get or Set CPU Affinity Mask of the Current Process
mcfork

Fork a Copy of the Current R Process
pvec

Parallelize a Vector Map Function using Forking
mcparallel

Evaluate an