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 abd19db commit f340f72Copy full SHA for f340f72
DESCRIPTION
@@ -63,6 +63,7 @@ Suggests:
63
igraph,
64
jsonlite,
65
knitr,
66
+ mirai,
67
mlr3tuning (>= 1.0.0),
68
progress,
69
rmarkdown,
tests/testthat/setup.R
@@ -13,3 +13,5 @@ lg$set_threshold("warn")
13
14
old_plan = future::plan()
15
future::plan("sequential")
16
+
17
+mirai::daemons(1, .compute = "mlr3_encapsulation")
tests/testthat/teardown.R
@@ -1,2 +1,4 @@
1
lg$set_threshold(old_threshold)
2
future::plan(old_plan)
3
4
+mirai::daemons(0, .compute = "mlr3_encapsulation")
0 commit comments