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



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: 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.9, https://cran.r-project.org/web/packages/RcppParallel. Accessed 06 Nov. 2024.
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
ddp  
Desirable Dietary Pattern
The desirable Dietary Pattern (DDP)/ PPH score measures the variety of food consumption. The (weigh ...
Download / Learn more Package Citations See dependency  
equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
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  
seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
Download / Learn more Package Citations See dependency  
maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

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