Package: RcppParallel 6.0.0

Kevin Ushey

RcppParallel: Parallel Programming Tools for 'Rcpp'

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.

Authors:Kevin Ushey [aut, cre], JJ Allaire [aut], Romain Francois [aut, cph], Gregory Vandenbrouck [aut], Marcus Geelnard [aut, cph], Hamada S. Badr [ctb], Dirk Eddelbuettel [aut], Intel [aut, cph], UXL Foundation [aut, cph], Microsoft [cph], Posit, PBC [cph]

RcppParallel_6.0.0.tar.gz
RcppParallel_6.0.0.zip(r-4.7-x86_64)RcppParallel_6.0.0.zip(r-4.7-arm64)
RcppParallel_6.0.0.tar.gz(r-4.7-arm64)RcppParallel_6.0.0.tar.gz(r-4.7-x86_64)RcppParallel_6.0.0.tar.gz(r-4.6-arm64)RcppParallel_6.0.0.tar.gz(r-4.6-x86_64)
RcppParallel_6.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
RcppParallel/json (API)

# Install 'RcppParallel' in R:
install.packages('RcppParallel', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/rcppcore/rcppparallel/issues

Uses libs:
  • onetbb– Parallelism library for C++
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

onetbbcpp

10.24 score 1.0k packages 352 scripts 876k downloads 6 mentions 7 exports 0 dependencies

Last updated from:db5f3209bd. Checks:8 OK. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-arm64OK163
linux-devel-x86_64OK213
source / vignettesOK215
linux-release-arm64OK163
linux-release-x86_64OK201
windows-devel-arm64OK244
windows-devel-x86_64OK141
wasm-releaseOK135

Exports:CxxFlagsdefaultNumThreadsLdFlagsRcppParallel.package.skeletonRcppParallelLibssetThreadOptionstbbLibraryPath

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
Parallel programming tools for RcppRcppParallel-package RcppParallel
Compilation flags for RcppParallelCxxFlags flags LdFlags RcppParallelLibs
Create a skeleton for a new package depending on RcppParallelRcppParallel.package.skeleton
Thread options for RcppParalleldefaultNumThreads setThreadOptions
Get the Path to a TBB LibrarytbbLibraryPath