-
### Bug description
```qmd
---
title: "Untitled"
format:
beamer:
pdf-engine: lualatex
lang: ja-JP
---
## Quarto
あいうえお
```
When rendering this qmd file, an error occurs with the following…
ujtwr updated
1 month ago
-
See this discussion: https://github.com/quarto-dev/quarto-cli/discussions/933#discussioncomment-2789856
`df_print` is not a Quarto feature. But while writing an example on how it would work, I am w…
cderv updated
2 years ago
-
I receive the error message below when rending qmd in any format. Any help would be greatly appreciated.
```
Quitting from lines 235-240 [apafg-myplot] (test.qmd)
Error in `set2()`:
! The object…
-
Hi, @yihui. I've been working on solutions for Python in `knitr` with `reticulate`. I'm also exploring and extending (for me) features of `rmarkdown` and `bookdown`, including some templating with `j…
-
I think whether or not this is a knitr or [reticulate](https://github.com/rstudio/reticulate) bug depends on the knitr engine API, which I do not completely understand. I carefully searched for this b…
-
In the `knitr` example below, the toolbar renders as large buttons instead of the slim bar that appears when rendered outside of knitr.
``````
---
title: "Untitled"
output: html_document
---
```{r…
-
I use remake a lot, including to run knitr reports or compile latex documents. Often these documents require an external file, e.g. a figure. Currently, this requires that we list filenames twice, onc…
-
Hi all, I have a R Markdown question.
I am trying to write a results report for my project partners, and R Markdown is the obvious choice as the models/results/plots etc are not necessarily the fin…
-
I'm getting pander output that looks like this:
> | continent | gdp_pc_min | gdp_pc_mean | gdp_pc_max |
> |:-----------:|:------------:|:-------------:|:------------:|
> | Africa | 2…
-
### Bug description
Including computational plot or table output in enumerated lists requires the code to be indented in the source in order to benefit from automatic numbering. However this result…