trinker / pacman

A package management tools for R
311 stars 37 forks source link

[Feature] P_Install only if package does not exists #144

Open latot opened 1 year ago

latot commented 1 year ago

Hi, I think would be great to install the packages only when is not installed, some scripts needs for example foo::f due to some env conflicts, so that packages should not be loaded but installed, and would be great for performance too.

Thx!