-
- the `setup` chunk must not be cached (should use `cache=FALSE`)
- I see most chunks are cached, so I suggest set it as a global option `\SweaveOpts{cache=TRUE}` so you do not have to set it in every…
yihui updated
12 years ago
-
# Lists are my secret weapon for reporting stats with knitr - Higher Order Functions
Tidying and splitting model summaries for inline reporting
[https://tjmahr.github.io/lists-knitr-secret-weapon/](…
-
Caching torch objects in Rmarkdown document them give errors (see the [issue](https://github.com/yihui/knitr/issues/2339) in `knitr` repository for more details). The underlying issue is that torch ob…
-
### Bug description
Hi!
I was trying to use background videos in revealjs but they do not appear.
### Steps to reproduce
Below I am using a sample YouTube link provided in the [Videos – Quarto](h…
-
When I clone this repo to a local directory on my computer, I can follow the publishing workflow described [here](https://quarto.org/docs/manuscripts/publishing.html) with no issues.
However, I do…
-
I'm trying to make it possible to embed htmlwidgets in a larger project using knitr. It seems that the knitr_print function for HTML widgets sets standalone=false, which makes it a lot harder to embe…
-
### Bug description
Having julia chunks leads to error when there is an R chunk too; not in all cases, but e.g. when using `Plots` but also many other packages. The julia chunks work when executed …
edzer updated
5 months ago
-
{knitr} is a suggests not an import and yet this table function in `checkLenAge()` uses {knitr}. I will try to find some other way to summarize the information.
https://github.com/pfmc-assessments/…
-
It would be great to have inline support for R code via knitr chunks.
perhaps this could be offloaded to a user-specific R server
-
Hello!
Cross-referencing a post I added to StackOverflow [here](https://stackoverflow.com/questions/79138758/repeating-grouped-headers-across-pages-in-kableextra), since no one was able to point me…