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.10")



Attach the package and use:
library("RcppParallel")
Maintained by
Kevin Ushey
[Scholar Profile | Author Map]
First Published: 2014-08-15
Latest Update: 2023-02-27
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.10, https://cran.r-project.org/web/packages/RcppParallel. Accessed 19 Apr. 2025.
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)
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
03/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/18Downloads for RcppParallel200025003000350040004500500055006000TrendBars

Today's Hot Picks in Authors and Packages

PCGSE  
Principal Component Gene Set Enrichment
Contains logic for computing the statistical association of variable groups, i.e., gene sets, with r ...
Download / Learn more Package Citations See dependency  
arsenal  
An Arsenal of 'R' Functions for Large-Scale Statistical Summaries
An Arsenal of 'R' functions for large-scale statistical summaries, which are streamlined to work wi ...
Download / Learn more Package Citations See dependency  
signibox  
Statistical Significance Marks on Boxplots
Add significance marks to any R Boxplot, including a given significance niveau. ...
Download / Learn more Package Citations See dependency  
MScombine  
Combine Data from Positive and Negative Ionization Mode Finding Common Entities
Find common entities detected in both positive and negative ionization mode, delete this entity in ...
Download / Learn more Package Citations See dependency  
SDT  
Self-Determination Theory Measures
Functions for self-determination motivation theory (SDT) to compute measures of motivation internal ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

65,069

Author Associations

24,013

Publication Badges

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