Skip to content

Commit 08fc3e6

Browse files
Using plan("next") explicitly everywhere in preparation of allowing to change the default value of plan()
1 parent 9d9ef2f commit 08fc3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/resources_OP.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
on.exit(plan(oplan, substitute = FALSE, .call = NULL))
2525

2626
## Tweak current strategy and apply
27-
args <- list(plan(), resources = tweaks, penvir = envir)
27+
args <- list(plan("next"), resources = tweaks, penvir = envir)
2828
strategy <- do.call(tweak, args = args)
2929
plan(strategy, substitute = FALSE, .call = NULL)
3030

0 commit comments

Comments
 (0)