-
I love Knitr and Rmarkdown/Bookdown! However, in many situations I need knits only a few times in a long (scientific) text. In such situations I tend to use just Pandoc Markdown with filters and my te…
-
How can I write an `.Rmd` report that works both standalone and when running in remake? I could use `create_bindings()` in a chunk, but this turns off the detection of undeclared dependencies.
-
It would be nice if `simplification_viz.R` was a KnitR file, as that would make it easier to runs parts of it separately, share on-line, etc.
Not a high priority item, but it would be nice to do.
-
### Bug description
When plotting multiple figures in a single chunk with parameters such as `layout-ncol: 3` and `fig-subcap`, the subcaption numbering is incorrect in the PDF output. All subcaptio…
-
Bug description
In the visual mode, autocompletion with Github Copilot/Codeium does not work anymore. They work fine in the source mode
Steps to reproduce
Create a new quarto document in VSCode/R…
-
(cc @MichaelHatherly @jkrumbiegel)
With the `julia` engine offering first-class support for Julia, we started running into issues of "engine priority": when two engines provide overlapping support, w…
-
Currently, the code block for `prql` is converted to `elm`.
This is because `prql` is not considered a valid language by Pandoc.
https://github.com/eitsupi/prqlr/blob/61b207365f0101326ebdbe70d2e36…
-
Reported in
* https://github.com/quarto-dev/quarto-cli/issues/9389
and full example at
* https://github.com/posit-dev/great-tables/issues/291
## Problem
Currently, `results = 'hide'` do…
cderv updated
7 months ago
-
Just found the [V8](http://cran.r-project.org/web/packages/V8/vignettes/v8_intro.html) package that could run javascript code inside R.
-
using the "use README" option in the template throws an error in new rrtools project. Look into this
```
* Creating `README.Rmd` from template.
* Adding `README.Rmd` to `.Rbuildignore`.
* Modify `…