Skip to content

Commit

Permalink
change source locations to fit new file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
bex-0-madden committed Sep 19, 2024
1 parent 496367c commit 328de69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 01_control/control_publication.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ month_end <- "2024-06-01"

# Step 2 - Run these scripts in sequence ----------------------------------

source("./07_publication/update_2024_06/chapters/1_load_packages.R")
source("./07_publication/update_2024_06/chapters/2_load_functions.R")
source("./07_publication/update_2024_06/chapters/3_set_constants.R")
source("./07_publication/script/chapters/1_load_packages.R")
source("./07_publication/script/chapters/2_load_functions.R")
source("./07_publication/script/chapters/3_set_constants.R")
source("../../../data/secrets.R") # load passwords (saved here to avoid going to github)

# 3 - Analyse Data --------------------------------------------------------
Expand Down

0 comments on commit 328de69

Please sign in to comment.