-
```{r, include = FALSE}
knitr::knit_engines$set(
text = function(options) {
options$results
atusy updated
5 years ago
-
See #768 for design details.
This is the issue to manage implementation of S3 `knit_print` and S4 `render` methods for `crmPack`. Please use the bullet list below to manage the implementation of e…
-
There was a code block that was originally distributed in the chapter template rmd file that looks like below:
```{r include=FALSE}
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkd…
-
Since the number of tables in BIAD changes, we need a better way of including all the table iframes in BIADwiki/structure page.
Several possibilities:
1. Weekly R auto script to email the administra…
-
Update the following URL to point to the GitHub repository of
the package you wish to submit to _Bioconductor_
- Repository: https://github.com/HaaseLab/PICB
Confirm the following by editing ea…
-
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…
-
`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…
-
`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?
-
### 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…