Learn R Programming

RcppParallel (version 5.1.9)

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

98,622

Version

5.1.9

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

August 19th, 2024

Functions in RcppParallel (5.1.9)

tbbLibraryPath

Get the Path to a TBB Library
RcppParallel-package

Parallel programming tools for Rcpp
setThreadOptions

Thread options for RcppParallel
flags

Compilation flags for RcppParallel
RcppParallel.package.skeleton

Create a skeleton for a new package depending on RcppParallel