Replies: 1 comment 1 reply
-
The answer depends on which future backend you use. Exactly how do you set |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm setting an HPC pipeline with
drake
, and usingfuture
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
Beta Was this translation helpful? Give feedback.
All reactions