项目作者: r-pkg-examples

项目描述 :
Rcpp and OpenMP: Enabling C++ code to be parallelized with OpenMP
高级语言: C++
项目地址: git://github.com/r-pkg-examples/rcpp-c-and-openmp.git
创建时间: 2019-01-06T00:01:54Z
项目社区:https://github.com/r-pkg-examples/rcpp-c-and-openmp

开源协议:

下载


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:

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

To access its contents, load it into R with:

  1. library("RcppCandOpenMP")

Implementation Details

To do…

License

GPL (>= 2)