Skip to content

coatless-rd-rcpp/rcpp-and-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using C Routines inside of Rcpp

R-CMD-check

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

Installation

To install the cRcpp package, use:

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

To access its contents, load it into R with:

library("cRcpp")

Implementation Details

To Do...

License

GPL (>= 2)

Releases

No releases published

Sponsor this project

 

Packages

No packages published