futureverse / future

:rocket: R package: future: Unified Parallel and Distributed Processing in R for Everyone
https://future.futureverse.org
954 stars 85 forks source link

detritus NOTE when multisession plan declared in vignette #706

Closed tdhock closed 11 months ago

tdhock commented 11 months ago

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,

* checking for detritus in the temp directory ... NOTE
Found the following files/directories:
  'Rscript238c14018b99' 'Rscript2e8c14018b99'

which seems to be related to this post you made on R-devel, https://stat.ethz.ch/pipermail/r-devel/2021-June/080830.html I got rid of the NOTE by putting the future code in a if(FALSE) but I was wondering if you ever got a response from R core about fixing that?

HenrikBengtsson commented 11 months ago

I was wondering if you ever got a response from R core about fixing that?

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.