This repository was archived by the owner on Oct 12, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -545,7 +545,8 @@ setHttpTraffic <- function(value = FALSE) {
545545 jobId = id ,
546546 taskId = taskId ,
547547 rCommand = sprintf(
548- " Rscript --vanilla --verbose $AZ_BATCH_JOB_PREP_WORKING_DIR/worker.R %i %i %i > $AZ_BATCH_TASK_ID.txt" ,
548+ paste(" Rscript --no-save --no-environ --no-restore --no-site-file" ,
549+ " --verbose $AZ_BATCH_JOB_PREP_WORKING_DIR/worker.R %i %i %i > $AZ_BATCH_TASK_ID.txt" ),
549550 startIndex ,
550551 endIndex ,
551552 isDataSet ),
@@ -568,7 +569,8 @@ setHttpTraffic <- function(value = FALSE) {
568569 jobId = id ,
569570 taskId = " merge" ,
570571 rCommand = sprintf(
571- " Rscript --vanilla --verbose $AZ_BATCH_JOB_PREP_WORKING_DIR/merger.R %s %s %s > $AZ_BATCH_TASK_ID.txt" ,
572+ paste(" Rscript --no-save --no-environ --no-restore --no-site-file" ,
573+ " --verbose $AZ_BATCH_JOB_PREP_WORKING_DIR/merger.R %s %s %s > $AZ_BATCH_TASK_ID.txt" ),
572574 length(tasks ),
573575 chunkSize ,
574576 as.character(obj $ errorHandling )
You can’t perform that action at this time.
0 commit comments