We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42bc079 commit 6bf4003Copy full SHA for 6bf4003
DESCRIPTION
@@ -1,5 +1,5 @@
1
Package: doFuture
2
-Version: 1.0.2-9008
+Version: 1.0.2-9009
3
Title: Use Foreach to Parallelize via the Future Framework
4
Depends:
5
foreach (>= 1.5.0),
inst/testme/test-foreach_dofuture,errors.R
@@ -101,6 +101,10 @@ for (strategy in strategies) {
101
is.list(res),
102
length(res) == 10L
103
)
104
+
105
+ # Shutdown current plan
106
+ plan(sequential)
107
108
message(sprintf("- plan('%s') ... DONE", strategy))
109
} ## for (strategy ...)
110
@@ -125,6 +129,9 @@ for (strategy in strategies) {
125
129
length(res) == 5L
126
130
127
131
132
133
134
128
135
136
137
0 commit comments