-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing packages in parallel with restore() #459
Comments
Thanks for the feature request! This is definitely something I want to implement in the future; just haven't been able to carve out time for this yet. |
This would be a fantastic addition :) Thanks for considering it! How can we help? |
This is still highly relevant to me. How much work do you think it would take? I'll gladly contribute if it's not too complicated. |
Try this workaround in your
|
@yrro That would only be for anything involving |
@kevinushey - Any news? Any way we can help? |
The development version of
Note that |
Thanks @kevinushey , Linking the relevant issue in |
Hi!
I'm using
renv
a heck of a lot across different computers and projects, great package. But this also means runningrenv::restore()
several times a day, and it usually takes half an hour or more to install all the packages from scratch. I am hoping to speed this up as much as possible. Would it be possible to implement a sort of parallel installation of packages similar to fxinstall.packages(..., Ncpus = 8)
when usingrenv::restore()
? Or perhaps to pass arguments on toinstall.packages(...)
throughrenv::restore(...)
, in particular theNcpus
argument? But I'm unsure if this would work with the (very nice!) caching of packages withrenv
, I'll leave that to you.Regards
Kasper
The text was updated successfully, but these errors were encountered: