You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a package to a repo (or building it from a vector), it would be better if the function skipped the existing package. For example, adding {rlang} then {tidyr} will download {rlang} or {purrr} twice.
It's not an issue there with two packages, but when building large repo, it takes unnecessary time :) — some packages like stringi are 7.2mb for example.
hey there,
When adding a package to a repo (or building it from a vector), it would be better if the function skipped the existing package. For example, adding {rlang} then {tidyr} will download
{rlang}
or{purrr}
twice.It's not an issue there with two packages, but when building large repo, it takes unnecessary time :) — some packages like stringi are 7.2mb for example.
The text was updated successfully, but these errors were encountered: