This commit is contained in:
Tanushree Tunstall 2022-09-05 16:58:45 +01:00
parent 594c1c24d6
commit d5975402bf

View file

@ -31,11 +31,11 @@ library(hash)
# than previous approaches # than previous approaches
# system.time({ # system.time({
if(interactive()){ # if(interactive()){
source("~/git/LSHTM_analysis/scripts/Header_TT.R") # source("~/git/LSHTM_analysis/scripts/Header_TT.R")
} else { # } else {
source("/srv/shiny-server/git/LSHTM_analysis/scripts/Header_TT.R") source("/srv/shiny-server/git/LSHTM_analysis/scripts/Header_TT.R")
} # }
load_target_globals=function(target){ load_target_globals=function(target){
cat(paste0("Reloading Target: ", target)) cat(paste0("Reloading Target: ", target))