diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2023-01-02 10:25:47 +0100 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-01-02 10:25:47 +0100 | 
| commit | a89a835e0fd6fe55e4c7353e99cc442c4d309bc1 (patch) | |
| tree | 69cd886c0f16c44386ec866925c232c1dcdec0db | |
| parent | 9a066c13e2f6324920910a238e3b40261854e21a (diff) | |
Echo R code per default in markdown template
| -rw-r--r-- | R/hierarchical_kinetics.R | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/R/hierarchical_kinetics.R b/R/hierarchical_kinetics.R index f7ffb333..70e0100a 100644 --- a/R/hierarchical_kinetics.R +++ b/R/hierarchical_kinetics.R @@ -24,7 +24,7 @@ hierarchical_kinetics <- function(..., keep_tex = FALSE) {    if (!requireNamespace("knitr")) stop("Please install the knitr package to use this template")    if (!requireNamespace("rmarkdown")) stop("Please install the rmarkdown package to use this template") -  knitr::opts_chunk$set(echo = FALSE, cache = TRUE, comment = "", tidy = FALSE) +  knitr::opts_chunk$set(echo = FALSE, cache = TRUE, comment = "", tidy = FALSE, echo = TRUE)    knitr::opts_chunk$set(fig.align = "center", fig.pos = "H")    options(knitr.kable.NA = "") | 
