Skip to content
Snippets Groups Projects

Add .Rprofile to the list of files that are copied into the results f…

Merged Jerome Hilaire requested to merge github/fork/dklein-pik/develop into develop
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -43,7 +43,8 @@ submit <- function(cfg, restart = FALSE) {
save(cfg,file=filename)
# Copy files required to confiugre and start a run
filelist <- c("prepare_and_run.R" = "scripts/start/prepare_and_run.R")
filelist <- c("prepare_and_run.R" = "scripts/start/prepare_and_run.R",
".Rprofile" = ".Rprofile")
.copy.fromlist(filelist,cfg$results_folder)
# Do not remove .RData files from REMIND main folder because they are needed in case you need to manually restart subsequent runs.
Loading