https://github.com/gagolews/examplercppstringi
Access to the stringi API from within an Rcpp-based Project
https://github.com/gagolews/examplercppstringi
r rcpp stringi
Last synced: 6 months ago
JSON representation
Access to the stringi API from within an Rcpp-based Project
- Host: GitHub
- URL: https://github.com/gagolews/examplercppstringi
- Owner: gagolews
- Created: 2015-07-12T14:59:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T01:04:51.000Z (over 4 years ago)
- Last Synced: 2023-04-05T13:09:27.182Z (almost 3 years ago)
- Topics: r, rcpp, stringi
- Language: C++
- Homepage: https://stringi.gagolewski.com/
- Size: 12.7 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExampleRcppStringi
This is a showcase package that depends both on [Rcpp](http://www.rcpp.org/)
and the [stringi](https://stringi.gagolewski.com) C API.
The `src/import_stringi.cpp` file aims to set up all the required `GetCCallables`.
See `src/test.cpp` for a few examples of calling functions in `stringi`
from within `Rcpp`.