-
Currently our vignettes are automatically built into html both for website and package. Additionally there are manually built pdf vignettes (built with [this](https://github.com/OHDSI/PatientLevelPred…
-
`r if(gitbook_on){knitr::asis_output("")} else knitr::asis_output("\\newpage")` works between table 2.1 and 2.2 but not between figures and tables.
Insert a blank table?
-
This is a list we can turn in potential issue of ideas for improving Quarto support. This comes from works done on the R part of Quarto using **knitr**
- [ ] `verbatim` engine and related should pr…
cderv updated
1 month ago
-
`pandoc.header` does not work inside a loop on an rmarkdown chunk with `results='markup'`, while it works with `results='asis'`.
I ask the same question as here (https://stackoverflow.com/questions…
-
### Bug description
Including computational plot or table output in enumerated lists requires the code to be indented in the source in order to benefit from automatic numbering. However this result…
-
### System details
RStudio Edition : Server [Open Source]
RStudio Version : 2022.7.1.554
OS Version : Ubuntu 22.04.1 LTS
R Version : R Under development (unstable) (20…
-
Dear Sir,
You might be already aware of a new Typst markup language. It has very good math support and a good pdf rendering.
Fortunately, it has Markdown type source code block type. So, I tried…
-
``` r
library(utValidateR)
testdf Warning in check_expected_values(., colname = expected_value_column): The following rows of test data have bad expected values and were removed: 62, 63, 64, 65, 66…
-
Hi all, I have a R Markdown question.
I am trying to write a results report for my project partners, and R Markdown is the obvious choice as the models/results/plots etc are not necessarily the fin…
-
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-…