r-lib / revdepcheck

R package reverse dependency checking
https://revdepcheck.r-lib.org
Other
99 stars 31 forks source link

WIP: Allow only one installation process at any time #237

Closed krlmlr closed 11 months ago

krlmlr commented 4 years ago

and check packages in increasing order of number of dependencies.

This gives much much better results on Linux: the CPU is fully utilized almost from the start, even on systems with limited I/O such as on Azure. Even on other systems, first results are achieved faster, because less work needs to be done initially.

krlmlr commented 11 months ago

Obsolete with pak.