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?
Hi @HenrikBengtsson I had the following in my vignette
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 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?