-
Hi,
I am writing a code to generate a document to pdf using Qarto- R with the set up of title page image.
YAML format is below:
---
````qmd
---
format:
titlepage-pdf:
titlepage-…
-
### Bug description
Given a main qmd document `test.qmd`, when specifying the params externally in a `params.yml` file and trying the `quarto render test.qmd --execute-params params.yaml` the paramet…
-
Is there a way for a document to detect that it is being produced with `output: markdown::html_format`? I would like to use that output format for `rgl` vignettes, because then they will work even if…
-
## Preamble
To pass the "noSuggests" check, we use the recommended approach of evaluating vignettes conditional on availability of all soft/weak dependencies. But, currently, the way we do it is qu…
-
I'm getting pander output that looks like this:
> | continent | gdp_pc_min | gdp_pc_mean | gdp_pc_max |
> |:-----------:|:------------:|:-------------:|:------------:|
> | Africa | 2…
-
I have posted this question on [SO](https://stackoverflow.com/questions/68283952/knitr-inline-code-chunk-of-foreign-engine).
I've written a knitr engine to process Maxima code (as part of a [packag…
rcst updated
6 months ago
-
````
```{extendrsrc macro}
macro_rules! make_heck_fn {
($fn_name:ident) => {
#[extendr]
/// @export
fn $fn_name(x: Strings) -> Strings {
x.into_iter()
…
-
From {knitr} v1.37, [alternative Syntax for Chunk Options (#|)](https://yihui.org/en/2022/01/knitr-news/) has been added. It would be great if VSCode-r extension supports this new syntax in code chunk…
-
Via Max Kuhn:
> Does quarto have built-in environmental variables (or similar) during qmd compilation that reflects the output type? Similar to knitr::is_html_output() but cross-language and more s…
-
Hi!
I'm having difficulties including images during knitting.
Here is a reproducible example: [test.zip](https://github.com/yihui/knitr/files/9592044/test.zip)
The notebook is in `R/Rmd1/note…