richfitz / rcmdshlib

:construction_worker: Build shared libraries for R, from R
Other
1 stars 0 forks source link

rcmdshlib

Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Travis-CI Build Status AppVeyor Build Status codecov.io

Call R CMD SHLIB from R

This is not intended to be used like csnippets, rcpp inline or Rcpp::evalCpp. It is primarily intended to be usd by packages that need to dynamically create shared libraries to load into R. It is currently used in dde, in the documentation.