From 186baa291b53aefde8c59d55e7c583ce7e05bd56 Mon Sep 17 00:00:00 2001 From: Ben Anderson <b.anderson@soton.ac.uk> Date: Fri, 3 Jul 2020 09:41:59 +0100 Subject: [PATCH] Update make_basicReport.R --- Rmd/make_basicReport.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rmd/make_basicReport.R b/Rmd/make_basicReport.R index 8013647..b2ea5ed 100644 --- a/Rmd/make_basicReport.R +++ b/Rmd/make_basicReport.R @@ -78,7 +78,7 @@ make(plan) # run the plan, re-loading data if needed # Run the report ---- # run the report - don't do this inside the drake plan as # drake can't seem to track the .rmd file if it is not explicitly named -makeReport(rmdFile) +#makeReport(rmdFile) # Just to show we can bring spirits back from the deep (i.e. from wherever drake hid them) dt <- drake::readd(esoData) -- GitLab