Skip to content

Instantly share code, notes, and snippets.

View alexg9010's full-sized avatar

Alexander Blume alexg9010

View GitHub Profile
@alexg9010
alexg9010 / how_to_debug_rcpp.Rmd
Created October 23, 2017 09:36
How to debug Rcpp code in a package
---
title: "How to debug Rcpp code in a package"
output: html_document
author: Alexander Gosdschan
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```