Other packages > Find by keyword >

RcppParallel  

Parallel Programming Tools for 'Rcpp'
View on CRAN: Click here


Download and install RcppParallel package within the R console
Install from CRAN:
install.packages("RcppParallel")

Install from Github:
library("remotes")
install_github("cran/RcppParallel")

Install by package version:
library("remotes")
install_version("RcppParallel", "5.1.11-1")



Attach the package and use:
library("RcppParallel")
Maintained by
Kevin Ushey
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-08-15
Latest Update: 2025-01-24
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.
How to cite:
Kevin Ushey (2014). RcppParallel: Parallel Programming Tools for 'Rcpp'. R package version 5.1.11-1, https://cran.r-project.org/web/packages/RcppParallel. Accessed 06 Mar. 2026.
Previous versions and publish date:
4.2.5.1 (2014-08-15 14:41), 4.2.5.3 (2014-08-17 17:29), 4.3.3 (2014-10-21 13:34), 4.3.4 (2015-03-07 06:30), 4.3.6 (2015-03-10 07:48), 4.3.8 (2015-04-14 09:11), 4.3.14 (2015-06-02 08:04), 4.3.15 (2016-01-12 22:46), 4.3.18 (2016-04-21 19:35), 4.3.19 (2016-05-05 02:05), 4.3.20.1 (2018-02-14 10:34), 4.3.20.2 (2018-02-14 15:36), 4.3.20 (2016-08-16 19:13), 4.4.0 (2018-03-02 18:21), 4.4.1 (2018-07-19 22:50), 4.4.2 (2018-12-12 00:30), 4.4.3 (2019-05-23 00:21), 4.4.4 (2019-09-27 10:50), 5.0.0 (2020-03-12 00:10), 5.0.1 (2020-05-06 08:30), 5.0.2 (2020-06-25 00:20), 5.0.3 (2021-02-24 11:20), 5.1.1 (2021-04-11 19:10), 5.1.2 (2021-04-15 09:50), 5.1.3 (2021-05-03 06:50), 5.1.4 (2021-05-04 09:00), 5.1.5 (2022-01-05 11:50), 5.1.6 (2023-01-09 19:00), 5.1.7 (2023-02-27 22:02), 5.1.8 (2024-07-06 18:02), 5.1.9 (2024-08-20 00:20), 5.1.10 (2025-01-24 03:00), 5.1.11-1 (2025-08-27 09:30), 5.1.11 (2025-08-27 07:10)
Other packages that cited RcppParallel R package
View RcppParallel citation profile
Other R packages that RcppParallel depends, imports, suggests or enhances
Complete documentation for RcppParallel
Functions, R codes and Examples using the RcppParallel R package
Some associated functions: RcppParallel-package . RcppParallel.package.skeleton . flags . setThreadOptions . tbbLibraryPath . 
Some associated R codes: RcppParallel-package.R . flags.R . options.R . platform.R . plugin.R . skeleton.R . tbb.R . utils.R . zzz.R .  Full RcppParallel package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA