-
Perhaps as a side effect of PR #804, the formatting of some `knitr` tables have changed. The issue appears to affect tables that represent slots whose values are themselves `crmPack` objects (possibl…
-
Is there a way, or could support be added, to tell knitr how to serialize objects of a particular class before caching, and how to restore them after caching? See [this](https://stackoverflow.com/que…
-
I got errors when I tried to add references in a`Rmd` file:
```
This is pdfTeX, Version 3.141592653-2.6-1.40.23 (TeX Live 2022/dev) (preloaded format=pdflatex)
restricted \write18 enabled.
ente…
-
This would be nice to have `fig.alt` work also for other outputs than Pandoc supports.
See discussion and notes :
* About support in DOCX: https://github.com/yihui/knitr/pull/1900#issuecomment…
cderv updated
1 month ago
-
### Bug description
In the `_quarto.yml` file, setting `engine: knitr` or any variants (`jupyter: python3`, etc) should apply as the default for any files unless modified in the subsequent file's Y…
-
Wenn ich R neu installiere und `renv::restore()` ausführe, zeigt er mir eine Liste an Paketen, die er runter laden will, fängt an sie runter zuladen (20min oder so) und bricht dann erst ab.
Dabei di…
-
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…
-
Update the following URL to point to the GitHub repository of
the package you wish to submit to _Bioconductor_
- Repository: https://github.com/FranckRICHARD01/RbowtieCuda
Confirm the followin…
-
With the following screenshot
![image](https://cloud.githubusercontent.com/assets/16558887/12867213/da4d8b38-cce7-11e5-9ff6-36639c47d7a0.png)
-
I have a Quartro Notebook (knitr flavor) with bash code chunks. I run them with the profile option enabled in order to run specific commands like `mamba`. Some parts take long to execute so I enabled …