-
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.
-
Talk somehow about how knitr can work with several input document pretty easily by using _patterns_
Included pattern are :
```r
pat_rnw()
pat_brew()
pat_tex()
pat_html()
pat_md()
pat_rst()
p…
cderv updated
2 years ago
-
I'm currently working on a rmarkdown editor with instant preview using shinyAce (code at [swarm-lab/editR](https://github.com/swarm-lab/editR)). It works great and it is very easy to set up. Thank you…
-
The default table styling basically outputs tables without any padding or lines, it does not look great. Ideally this would give us nicer output of some kind.
```r
knitr::kable(mtcars)
```
-
Currently all the R-CMD-CHECK GA fail: "VignetteBuilder package not declared: ‘knitr’" since this commit https://github.com/rjdverse/rjd3toolkit/commit/df2a80f2ac6d896ea20b3148ba8128401b01a32d
The DE…
-
### Bug description
When converting between .qmd and .ipynb - files, quarto runs into problems when the .qmd file is still present in the same directory.
### Steps to reproduce
Start with a .qmd li…
-
Consider this Quarto markdown document:
---
format: html
---
```{r}
#| include: false
library(epoxy)
x
-
In https://github.com/r-lib/lintr/pull/1552, we gained `{bookdown}` and `{tufte}` as soft dependencies. In future, we should try to find a way to test these engines without having to install these dep…
-
Update the following URL to point to the GitHub repository of
the package you wish to submit to _Bioconductor_
- Repository: https://github.com/molsysbio/RUCova
Confirm the following by editing…
-
Hi and thanks for reading. I'm writing a document and making use of RStudio and Quarto to docx render. Whenever I try to label my figures for cross-referencing, I lose the formatting that I have estab…