-
```{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…
-
``` 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…
-
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…
-
### Bug description
From [More precise targeting of AST processing phases](https://quarto.org/docs/prerelease/1.4/lua_changes.html#more-precise-targeting-of-ast-processing-phases) in Quarto v1.4 pre-…
-
### Bug description
There is a very weird behaviour in Manuscripts. Consider the following `_quarto.yml` file
```yml
project:
type: manuscript
execute-dir: project
render:
- "notebooks/ana…
LGraz updated
1 month ago
-
`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…