r-lib / pak

A fresh approach to package installation
https://pak.r-lib.org
682 stars 62 forks source link

pak should provide an easy way to opt-in to P3M #688

Closed hadley closed 2 months ago

hadley commented 2 months ago

e.g. PAK_USE_P3M=true

When you are on system supported by PPM (e.g. has a non-source url for pak::repo_add(P3M = "PPM@latest")) then pak should advertise PAK_USE_P3M once per session if PAK_USE_P3M is not set (i.e. you can suppress the message by setting PAK_USE_P3M=false,

hadley commented 2 months ago

Duplicate of #687