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 26 Mar. 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
02/2402/2502/2602/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/25Downloads for RcppParallel200025003000350040004500500055006000TrendBars

Today's Hot Picks in Authors and Packages

MGL  
Module Graphical Lasso
An aggressive dimensionality reduction and network estimationtechnique for a high-dimensiona ...
Download / Learn more Package Citations See dependency  
DySS  
Dynamic Screening Systems
In practice, we will encounter problems where the longitudinal performance of processes needs to be ...
Download / Learn more Package Citations See dependency  
Maintainer: Lu You (view profile)
provenance  
Statistical Toolbox for Sedimentary Provenance Analysis
Bundles a number of established statistical methods to facilitate the visual interpretation of large ...
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  
photobiologyPlants  
Plant Photobiology Related Functions and Data
Provides functions for quantifying visible (VIS) and ultraviolet (UV) radiation in relation to the ...
Download / Learn more Package Citations See dependency  
sAIC  
Akaike Information Criterion for Sparse Estimation
Computes the Akaike information criterion for the generalized linear models (logistic regression, Po ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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