From abc534c58cef9043a2c3a842591400561e12d431 Mon Sep 17 00:00:00 2001 From: Heather Turner Date: Thu, 5 Dec 2024 14:27:50 +0000 Subject: [PATCH] remove redundant r block --- reporting_bugs.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporting_bugs.qmd b/reporting_bugs.qmd index 09065eaa..2cd63533 100644 --- a/reporting_bugs.qmd +++ b/reporting_bugs.qmd @@ -6,7 +6,7 @@ You may find a bug in R if: 1. The R session terminates unexpectedly, or there is a segmentation fault, it might be a bug in R, unless you have written your own call to compiled code or an internal function (via `.C` or `.Internal`). The error may look like this: -```{r, results='hide'} +```r ## *** caught segfault *** ## address (nil), cause 'memory not mapped' ```