GSK-Biostatistics / slushy

https://gsk-biostatistics.github.io/slushy/
Apache License 2.0
17 stars 1 forks source link

filter the messages during slushy::slushy_sync()? #23

Open bzkrouse opened 4 months ago

bzkrouse commented 4 months ago

Previously, we waited until renv::restore() was finished to print messages, as it was an easy way to control what was being conveyed to the user. In the most recent release, we are printing renv::restore() directly in case it takes a long time (i.e. packages not available in a cache).

However, maybe there is a middle ground where we can modify the messages in real time so they are more aligned to the messages created by try_install.