Skip to content

Commit 7ae361c

Browse files
Merge branch 'develop' of github.com:futureverse/doFuture into develop
2 parents 5192a5d + e03fc6c commit 7ae361c

6 files changed

+9
-249
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-9022
2+
Version: 1.0.2-9023
33
Title: Use Foreach to Parallelize via the Future Framework
44
Depends:
55
foreach (>= 1.5.0),

NEWS.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
supports it, releasing compute resources sooner and avoiding having
1010
to wait for remaining futures to be resolved.
1111

12+
* Add support for `foreach(..., .verbose = TRUE)`, which is part of
13+
the official `foreach()` API. When set, detailed debugging
14+
information useful for troubleshooting is outputted to standard
15+
error through R's message condition mechanism.
16+
17+
* Add support for `with(registerDoFuture(), { ... })` to temporarily
18+
use the doFuture adapter.
19+
1220
* Add `registerDoFuture(flavor = "%dofuture%")`, which makes the
1321
`%dopar%` infix operator behave as if `%dofuture%` would have been
1422
used. This makes it possible for you to use `%dofuture%`, even if
@@ -18,14 +26,6 @@
1826
you to effectively make that the same as `foreach(...) %dofuture%
1927
{ ... }`.
2028

21-
* Add support for `with(registerDoFuture(), { ... })` to temporarily
22-
use the doFuture adapter.
23-
24-
* Add support for `foreach(..., .verbose = TRUE)`, which is part of
25-
the official `foreach()` API. When set, detailed debugging
26-
information useful for troubleshooting is outputted to standard
27-
error through R's message condition mechanism.
28-
2929

3030
# Version 1.0.2 (2025-03-15)
3131

inst/testme/test-foreach_dofuture,cluster-missing-doFuture-pkg.R

Lines changed: 0 additions & 117 deletions
This file was deleted.

inst/testme/test-foreach_dopar,cluster-missing-doFuture-pkg.R

Lines changed: 0 additions & 117 deletions
This file was deleted.

tests/test-foreach_dofuture,cluster-missing-doFuture-pkg.R

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/test-foreach_dopar,cluster-missing-doFuture-pkg.R

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)