Skip to content

Part of collaboration is being friendly to your users. Praise your colleagues with encouragement when they use your code appropriately and when it runs error free! This is an dependency-free version of the praise package the takes no arguments. Output can be suppressed by setting the "signal.quiet" option (see example).

Usage

give_praise()

Examples

# random praise 1
give_praise()
#> Wow! You are Astounding!

# random praise 2
give_praise()
#> Yeah! You are Astounding!

# suppress praise
withr::with_options(list(signal.quiet = TRUE), give_praise())