Skip to content

coatless-rd-rcpp/rcpp-c-and-openmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using C Routines inside of Rcpp

R-CMD-check

The RcppCandOpenMP R package provides an example of implementing and using a C routine with C++ code through Rcpp.

Installation

To install the RcppCandOpenMP package, use:

if(!requireNamespace("remotes")) install.packages("remotes")
remotes::install_github("coatless-rd-rcpp/rcpp-and-openmp")

To access its contents, load it into R with:

library("RcppCandOpenMP")

Implementation Details

To do...

License

GPL (>= 2)

About

Rcpp, C, and OpenMP: Enabling Parallelized C with OpenMP to be Surfaced in R with Rcpp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published