Use of {cli} for feedback to the console #229
kellijohnson-NOAA
started this conversation in
Ideas
Replies: 1 comment
-
|
Hi Kelli- no, I haven't heard of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Have you thought about using {cli} for feedback to the console instead of

message()andprint(). When I use the template I see bunch of RED text which causes me to think that the code is on 🔥 and I did something wrong. The cli package will help format the text according to the level of warning that the user should have, it also provides helpful bullets like "i" for information and ❌ for something that is wrong. Below are some good examples from one of their vignettesI am happy to help provide guidance on how to use {cli} should you choose to do so.
Beta Was this translation helpful? Give feedback.
All reactions