diff --git a/Rmd/basicReport.Rmd b/Rmd/basicReport.Rmd index a70f2e6645748c6e0a377e5b6a79888c5353e439..83fdbb10ed817e0d8edddceca2612f4e01b0870c 100644 --- a/Rmd/basicReport.Rmd +++ b/Rmd/basicReport.Rmd @@ -25,7 +25,7 @@ output: toc_depth: 2 fig_width: 5 always_allow_html: yes -bibliography: '`r path.expand("~/bibliography.bib")`' +bibliography: '`r here::here("bibliography.bib")`' --- ```{r knitrSetup, include=FALSE} @@ -56,7 +56,7 @@ There's quite a lot of data... drake::readd(gWPlot) ``` -# # Runtime +# Runtime ```{r check runtime, include=FALSE} t <- proc.time() - startTime