diff --git a/_drake_cleanFeeders.R b/_drake_cleanFeeders.R
index 874665cb11278639370f633b40c494c9e5def2ad..c266cfea90f6b4a0c1c85dd08b458537482e949e 100644
--- a/_drake_cleanFeeders.R
+++ b/_drake_cleanFeeders.R
@@ -10,6 +10,7 @@ library(dataCleaning) # remember to build it first :-)
 dataCleaning::setup() # load env.R set up the default paths etc
 
 makeLibs <- c("data.table", # data munching
+              "drake", # need to load this here too as r_make() doesn't (why not?)
               "here", # here
               "lubridate", # dates and times
               "hms", # times
@@ -21,7 +22,7 @@ dataCleaning::loadLibraries(makeLibs)
 
 # Parameters ----
 updateData <- "rerun" # edit this in any way (at all) to get drake to re-load the data
-updateReport <- "yes" # edit this in any way (at all) to get drake to re-load the data
+updateReport <- "yep" # edit this in any way (at all) to get drake to re-load the data
 
 # Some data to play with: