Skip to content
Snippets Groups Projects
Commit 6890b8aa authored by B.Anderson's avatar B.Anderson
Browse files

put load drake back - seems to need it here

parent 8853224c
No related branches found
No related tags found
1 merge request!4Re run ellis full data
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment