https://github.com/richfitz/rcmdshlib
:construction_worker: Build shared libraries for R, from R
https://github.com/richfitz/rcmdshlib
Last synced: about 1 month ago
JSON representation
:construction_worker: Build shared libraries for R, from R
- Host: GitHub
- URL: https://github.com/richfitz/rcmdshlib
- Owner: richfitz
- License: other
- Created: 2016-10-03T18:49:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T09:44:24.000Z (over 7 years ago)
- Last Synced: 2025-01-20T22:53:56.657Z (3 months ago)
- Language: R
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - richfitz/rcmdshlib - :construction_worker: Build shared libraries for R, from R (R)
README
# rcmdshlib
[](http://www.repostatus.org/#wip)
[](https://travis-ci.org/richfitz/rcmdshlib)
[](https://ci.appveyor.com/project/richfitz/rcmdshlib)
[](https://codecov.io/github/richfitz/rcmdshlib?branch=master)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`](https://github.com/richfitz/dde), in the documentation.