cynkra / fledge

Wings for your R packages: Streamline the process of versioning R packages and updating NEWS
https://fledge.cynkra.com
186 stars 11 forks source link

Handle chattiness better #741

Open maelle opened 9 months ago

maelle commented 9 months ago

https://cli.r-lib.org/articles/semantic-cli.html#cli-messages

Changing the default handler in tests, instead of the condition if (fledge_chatty()) in all the code, would simplify the codebase.

I only realized this recently while working on a blog post about cli https://github.com/r-hub/blog/pull/167

maelle commented 9 months ago

@krlmlr reg chattiness, see above