-
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…
-
I'm seeing some fairly bizarre behavior when trying to output magick images in a `github_document`. Below is a reprex to demonstrate the issue.
``````
---
output: github_document
---
```{r se…
-
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…
-
### 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…
-
Hi team!
Thanks for all of the work on the great package!
The knitr utils file copies some unexported functions over from knitr:
https://github.com/rstudio/gt/blob/7929072221b059901a1649fe7f83d…
-
When knitting the versions of the RMarkdown documents I expect for the `knitr::opt_chunk$set()` command to remain the same as I set it up in the original document, however on the knitted versions the …
-
There is a warning during tests:
```
---> Testing R-multinma
Warning: R-multinma is configured to build no architecture-specific files, but installed Mach-O files built for the following archs:
p…
-
Please, fix these dependencies:
- knitr (≥ 1.2.0) -> knitr (≥ 1.2)
- magrittr (≥ 1.5.0) -> magrittr (≥ 1.5)
- jsonlite (≥ 1.5.0) -> jsonlite (≥ 1.5)
This doesn't matter on CRAN, because in R `…
-
Please keep in mind that we need to read a written report in order to evaluate your project (as an example, have a look at [this report](https://fbilan.github.io/GEO880_2020/Project_GEO880_Wysling_Bil…
-
The vignette should be for package authors.
The vignette should cover:
- General overview how to be nice to knitr and the jupyter kernel (return a structure, implement a print method for it, don't `c…