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

re-fixed the force updates - need to be insider the _drake file for r_make() to see them, doh

parent e8f5e9bc
Branches
No related tags found
3 merge requests!3merge a few edits,!2fixed pdf build,!1Re run ellis full data
...@@ -17,6 +17,8 @@ makeLibs <- c("data.table", # data munching ...@@ -17,6 +17,8 @@ makeLibs <- c("data.table", # data munching
dataCleaning::loadLibraries(makeLibs) dataCleaning::loadLibraries(makeLibs)
# Parameters ---- # Parameters ----
updateData <- "yep" # 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: # Some data to play with:
......
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
# Set up ---- # Set up ----
startTime <- proc.time() startTime <- proc.time()
updateData <- "yes" # edit this in any way (at all) to get drake to re-load the data
updateReport <- "yes" # edit this to force re-render of .Rmd
library(drake) library(drake)
# use r_make to run the plan inside a clean R session so nothing gets contaminated # use r_make to run the plan inside a clean R session so nothing gets contaminated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment