Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Update long_running_job.R (#206)
Browse files Browse the repository at this point in the history
renamed a misnamed azure options variable
  • Loading branch information
ronomal authored and paselem committed Jan 24, 2018
1 parent 2d3ad39 commit 00373b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/long_running_job/long_running_job.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ getDoParWorkers()
# === Create long running job and get progress/result ===
# =======================================================

options <- list(wait = FALSE)
opt <- list(wait = FALSE)
'%dopar%' <- foreach::'%dopar%'
jobId <-
foreach::foreach(
Expand Down

0 comments on commit 00373b9

Please sign in to comment.