From 4c338bb1c9290ee675292f0c4434a13119ca445d Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Mon, 25 Nov 2024 16:17:10 -0800 Subject: [PATCH] Mark block as non-eval --- vignettes/reuse.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/reuse.Rmd b/vignettes/reuse.Rmd index f6316244..acfe609a 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