diff --git a/Rmd/make_basicReport.R b/Rmd/make_basicReport.R
index 80136471e16b5a52648f54df6f601f24521a2592..b2ea5ed8d8a5e6ed17e207fb84c62d656cc9274d 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)