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

Update long_running_job.R #206

Merged
merged 1 commit into from
Jan 24, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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