r-lib / pak

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

Verbose output of pkg_install #517

Open gongyh opened 1 year ago

gongyh commented 1 year ago

When using pak in Dockerfile, some packages need long time to compile (such as httpuv, sass, etc.), so online build services (such as quay, dockerhub) receive no output for a long time (hangs and fail). Could it be feasible to add a verbose parameter to output some debug information?

gaborcsardi commented 1 year ago

Yeah, I think we could produce some summary output about what is going on, every minute or so?

gongyh commented 1 year ago

every minute is fine. look forwarding to this feature.