Skip to content

Commit

Permalink
remove redundant r block
Browse files Browse the repository at this point in the history
  • Loading branch information
hturner authored Dec 5, 2024
1 parent e202c3d commit abc534c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reporting_bugs.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```
Expand Down

0 comments on commit abc534c

Please sign in to comment.