https://github.com/yixuan/rcpp-note
Rcpp API reference
https://github.com/yixuan/rcpp-note
Last synced: about 2 months ago
JSON representation
Rcpp API reference
- Host: GitHub
- URL: https://github.com/yixuan/rcpp-note
- Owner: yixuan
- Created: 2014-09-02T05:12:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T22:14:37.000Z (over 7 years ago)
- Last Synced: 2025-02-28T20:11:32.563Z (2 months ago)
- Language: HTML
- Homepage: http://yixuan.cos.name/rcpp-note
- Size: 260 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is an **unofficial** documentation of [Rcpp](http://www.rcpp.org/),
an R package that provides a seamless integration of R and C++.
The document here aims to provide a function-by-function reference of the most frequently
used classes inside Rcpp, as well as some of my own understanding of this library.This reference is written with [Sphinx](http://sphinx-doc.org/).
The generated pages are available at [http://statr.me/rcpp-note](http://statr.me/rcpp-note).