Learn R Programming

RcppParallel (version 6.2.0)

Parallel Programming Tools for 'Rcpp'

Description

High level functions for parallel programming with 'Rcpp'. For example, the 'parallelFor()' function can be used to convert the work of a standard serial "for" loop into a parallel one and the 'parallelReduce()' function can be used for accumulating aggregate or other values.

Copy Link

Version

Install

install.packages('RcppParallel')

Monthly Downloads

1,203,163

Version

6.2.0

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Kevin Ushey

Last Published

July 30th, 2026

Functions in RcppParallel (6.2.0)

setThreadOptions

Thread options for RcppParallel
tbbLibraryPath

Get the Path to a TBB Library
RcppParallel.package.skeleton

Create a skeleton for a new package depending on RcppParallel
flags

Compilation flags for RcppParallel
isProcessForkedChild

Is the Current Process a Forked Child?
RcppParallel-package

Parallel programming tools for Rcpp