https://github.com/lixun910/example_swig_r
Create a R package with C++ source code using SWIG
https://github.com/lixun910/example_swig_r
c-plus-plus r swig
Last synced: 3 months ago
JSON representation
Create a R package with C++ source code using SWIG
- Host: GitHub
- URL: https://github.com/lixun910/example_swig_r
- Owner: lixun910
- License: gpl-3.0
- Created: 2019-06-03T18:05:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T04:02:10.000Z (over 6 years ago)
- Last Synced: 2025-07-14T10:22:10.750Z (3 months ago)
- Topics: c-plus-plus, r, swig
- Language: C++
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create a R package with C++ source code using SWIG
by Xun Li
Please read the writeup here: [https://lixun910.github.io/my_blog/c++/swig/r/2019/05/23/Create-R-C++-library-use-swig.html](https://lixun910.github.io/my_blog/c++/swig/r/2019/05/23/Create-R-C++-library-use-swig.html)