I'm setting an HPC pipeline with drake, and using future as HPC backend, The pipeline is working fine so far, but it is not clear to me how to silence this warning:
Warning message: could not load renv from project "c:/path_to_project"; reloading previously-loaded renv
In other words, how can I tell the future::plan to pick the renv of the main session when it spawns the other processes?
Ps: this warning does not take place on Gnu/Linux Oses
I'm setting an HPC pipeline with
drake, and usingfutureas HPC backend, The pipeline is working fine so far, but it is not clear to me how to silence this warning:Warning message: could not load renv from project "c:/path_to_project"; reloading previously-loaded renvIn other words, how can I tell the future::plan to pick the renv of the main session when it spawns the other processes?
Ps: this warning does not take place on Gnu/Linux Oses