cloudyr/ghit

Collapse vectorization

Closed this issue · 1 comments

Rather than run through the install.packages() (for dependencies, then for the package) cycle separately for each package, just have this happen at once since install.packages() is already vectorized. That will resolve the dependency checking problem and probably increase speed (for #2).

Closed by 6364376