From 45cf730b157bcf58e4d6600ddc8b4371236d8ece Mon Sep 17 00:00:00 2001 From: josschavezf Date: Mon, 11 Nov 2024 10:02:03 -0500 Subject: [PATCH] coment line to avoid rendering error --- vignettes/contributing_tutorials.Rmd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vignettes/contributing_tutorials.Rmd b/vignettes/contributing_tutorials.Rmd index 6e6b450f3..15b46f636 100644 --- a/vignettes/contributing_tutorials.Rmd +++ b/vignettes/contributing_tutorials.Rmd @@ -51,9 +51,7 @@ Absolutely no `eval=TRUE` for example code. To save time when rendering the webs Image results should be included via linking or a `knitr` chunk of this style: ``` -```{r, echo=FALSE, out.width="80%", fig.align="center"} -knitr::include_graphics("images/TUTORIAL_FOLDER/#_IMAGE_NAME.png") -``` +#knitr::include_graphics("images/TUTORIAL_FOLDER/#_IMAGE_NAME.png") ``` *The upper case sections just show which areas should be edited, not that they need to be upper case*