From 4b524ac8193445739dbe4e98aeb300912a7eeea2 Mon Sep 17 00:00:00 2001 From: "B.Anderson" <ba1e12@srv02405.soton.ac.uk> Date: Thu, 18 Jun 2020 21:24:59 +0100 Subject: [PATCH] amended bib ref; typo in title --- Rmd/basicReport.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rmd/basicReport.Rmd b/Rmd/basicReport.Rmd index a70f2e6..83fdbb1 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 -- GitLab