Skip to content

Commit

Permalink
Quash warnings from ri2 plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbowers committed Aug 23, 2024
1 parent f39303a commit f47e796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/analysis-procedures/ri2_en.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ author:
---

```{r, echo=FALSE}
knitr::opts_chunk$set(message = FALSE)
knitr::opts_chunk$set(message = FALSE, warning=FALSE)
set.seed(343)
```

Expand Down

0 comments on commit f47e796

Please sign in to comment.