Skip to content

Commit 6bf4003

Browse files
TESTS: More detritus files on Windows oldrelease - take 2
1 parent 42bc079 commit 6bf4003

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: doFuture
2-
Version: 1.0.2-9008
2+
Version: 1.0.2-9009
33
Title: Use Foreach to Parallelize via the Future Framework
44
Depends:
55
foreach (>= 1.5.0),

inst/testme/test-foreach_dofuture,errors.R

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ for (strategy in strategies) {
101101
is.list(res),
102102
length(res) == 10L
103103
)
104+
105+
# Shutdown current plan
106+
plan(sequential)
107+
104108
message(sprintf("- plan('%s') ... DONE", strategy))
105109
} ## for (strategy ...)
106110

@@ -125,6 +129,9 @@ for (strategy in strategies) {
125129
length(res) == 5L
126130
)
127131

132+
# Shutdown current plan
133+
plan(sequential)
134+
128135
message(sprintf("- plan('%s') ... DONE", strategy))
129136
} ## for (strategy ...)
130137

0 commit comments

Comments
 (0)