-
I think it would be interesting to add a workflow in knitr-example that would trigger a new run of "Check-knitr-example" workflow in **knitr** repo when we have a new commit to master in this repo.
…
cderv updated
2 years ago
-
```{r, include = FALSE}
knitr::knit_engines$set(
text = function(options) {
options$results
atusy updated
5 years ago
-
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…
-
This came up through discussion in https://github.com/quarto-dev/quarto-cli/discussions/4761 by @coatless through the use case of webr Quarto extension (https://github.com/coatless/quarto-webr)
Ma…
cderv updated
6 months 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…
-
`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?
-
`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…
-
### 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…
-
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…