Learn R Programming

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

parallel (version 3.5.1)

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.5.1

License

Part of R 3.5.1

Maintainer

R-core R-core@R-project.org

Last Published

December 12th, 2019

Functions in parallel (3.5.1)

parallel-package

Support for Parallel Computation
splitIndices

Divide Tasks for Distribution in a Cluster
detectCores

Detect the Number of CPU Cores
makeCluster

Create a Parallel Socket Cluster
RNGstreams

Implementation of Pierre L'Ecuyer's RngStreams
clusterApply

Apply Operations using Clusters