USCbiostats / fmcmc

A friendly MCMC framework
https://uscbiostats.github.io/fmcmc/
Other
16 stars 7 forks source link

C++ linkable package (interfaces) #1

Open gvegayon opened 7 years ago

gvegayon commented 7 years ago

The idea is that the core functions that are written in C++ should be available to be used in other projects based on Rcpp. The way this is done is detailed in section 3.6 Providing a C++ Interface https://cran.r-project.org/web/packages/Rcpp/vignettes/Rcpp-attributes.pdf of the Rcpp vignette Rcpp-attributes.