Christophe Dervieux
Christophe Dervieux
The purpose of `collapse = TRUE` is to collapse all the source and output blocks from one code chunk into a single bloc. This means on HTML side it will...
One thing is that **knitr** does not produce the HTML structure of the code. **knitr** will produce markdown content, to be converted to HTML or PDF or else, by Pandoc....
You may be looking for `results = "hold"`  Is it closer to what you are looking for ?
Does it happen with **bookdown** ? It reminds me on this one https://github.com/rstudio/bookdown/issues/1349 which has a PR that I still need to 🤔 about.
Thank you - I'll look closer into this on **rmarkdown** side.
Hi, yes I am able to reproduce. See Details below Details ```` > plot(1:10) > knitr::knit("test.Rmd") processing file: test.Rmd |............................................................................... | 50% ordinary text without R code |..............................................................................................................................................................| 100% label:...
> I didn't try to reproduce (just asking you for help instead). @yihui Ok great no problem. I'll look closer to this - I want to understand. That is an...
Thank for sharing your experience. > but threw an error only when using the ‘knit’ button in RStudio. Is this happening only on RStudio IDE while knitting ? Or also...
These icons may not be in the version of fontawesome included in **rmarkdown** directly. You can use the new **fontawesome** package: https://github.com/rstudio/fontawesome which is on CRAN. ```r fontawesome::fa("fas fa-skull-crossbones") fontawesome::fa("fas...
You did not mention you were using **flexdashboard** - please give the full detail when you are seeking for help. Currently, you can't use new icon name in `flexdashboard::valueBox()` with...