-
Hi @HenrikBengtsson I had the following in my vignette if(require(future))plan("multisession") and that gave me the following NOTE when I checked the package on windows,
which seems to be related to this post you made on R-devel, https://stat.ethz.ch/pipermail/r-devel/2021-June/080830.html |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
No reply. If you have the cycles, feel free to pick up that R-devel thread again. PS. I'll migrate this issue to Discussions. |
Beta Was this translation helpful? Give feedback.
-
thanks, so the fix is: To stop ‘multisession’ workers, call: |
Beta Was this translation helpful? Give feedback.
thanks, so the fix is:
To stop ‘multisession’ workers, call:
plan(sequential)
at the end of your examples(*), vignettes, and package tests.