Skip to content

Instantly share code, notes, and snippets.

View michaelweylandt's full-sized avatar

Michael Weylandt michaelweylandt

  • Rice University, Department of Statistics
  • Houston, TX
View GitHub Profile
@michaelweylandt
michaelweylandt / 2018-03-28-no-call-stack-exceptions-warnings.Rmd
Created March 27, 2018 20:01
RcppGallery Post on Call-Stack-Free Exceptions and Warnings
---
title: Suppressing Call Stack Info in Rcpp-Generated Errors and Warnings
author: Michael Weylandt
license: GPL (>= 2)
tags: basics
date: 2018-03-27
summary: We show how to achieve the equivalent of `stop(..., call.=FALSE)` or
`warning(..., call. = FALSE) in `Rcpp` code.
---