Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eddelbuettel/rcppexamples
Examples of using Rcpp to interface R and C++
https://github.com/eddelbuettel/rcppexamples
cpp cpp11 cran examples package r rcpp
Last synced: 12 days ago
JSON representation
Examples of using Rcpp to interface R and C++
- Host: GitHub
- URL: https://github.com/eddelbuettel/rcppexamples
- Owner: eddelbuettel
- Created: 2016-01-22T13:34:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T22:12:44.000Z (about 2 months ago)
- Last Synced: 2024-10-12T21:26:15.857Z (26 days ago)
- Topics: cpp, cpp11, cran, examples, package, r, rcpp
- Language: C++
- Homepage:
- Size: 140 KB
- Stars: 47
- Watchers: 6
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
Awesome Lists containing this project
README
## RcppExamples: Simple Examples for Rcpp
[![CI](https://github.com/eddelbuettel/rcppexamples/workflows/ci/badge.svg)](https://github.com/eddelbuettel/rcppexamples/actions?query=workflow%3Aci)
[![License](https://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat)](https://www.gnu.org/licenses/gpl-2.0.html)
[![CRAN](https://www.r-pkg.org/badges/version/RcppExamples)](https://cran.r-project.org/package=RcppExamples)
[![Dependencies](https://tinyverse.netlify.app/badge/RcppExamples)](https://cran.r-project.org/package=RcppExamples)
[![Downloads](https://cranlogs.r-pkg.org/badges/RcppExamples?color=brightgreen)](https://www.r-pkg.org/pkg/RcppExamples)
[![Last Commit](https://img.shields.io/github/last-commit/eddelbuettel/rcppexamples)](https://github.com/eddelbuettel/rcppexamples)### About
This package regroups a couple of very simple examples for [Rcpp](https://www.rcpp.org).
A large number of more comprehensive examples are provided by the [Rcpp Gallery](https://gallery.rcpp.org).
### Installation
As the package is on [CRAN](https://cran.r-project.org), we can use the common approach of
```r
install.packages("RcppExamples")
```### Author
Dirk Eddelbuettel and Romain Francois
### License
GPL (>= 2)