How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Faster downloads

calendar_today December 1, 2024 person domain r

Most R users would sometimes install or update R packages and hence are impacted by how long this takes. The parts of package installation that take potentially longest have already been addressed by support for binary packages and parallel installation. A remaining overhead that may be rather surprising, but is easy to reduce, is package download. The overhead may be noticeable when installing many mostly small packages in parallel, because so far the package download has been sequential even with parallel installation.

open_in_new Read original post