From b34984fcb417b26b9a9b45bfdbce3bb78849e086 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Mon, 15 Sep 2025 15:52:18 -0700 Subject: [PATCH] Plain markdown for chunk not intended as regular code --- vignettes/reuse.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/reuse.Rmd b/vignettes/reuse.Rmd index f6316244..b56360df 100644 --- a/vignettes/reuse.Rmd +++ b/vignettes/reuse.Rmd @@ -70,7 +70,7 @@ tan_ish <- function(x) x + x^3 / 3 Alternatively, you can add docs to an existing function. This tends to work better if you have a "primary" function with some variants or some helpers. -```{r} +```r #' Logarithms #' #' @param x A numeric vector