Test case: crayon

Examples

cat(crayon::red("This is red"), "\n")
#> This is red 
cat(crayon::blue("This is blue"), "\n")
#> This is blue 

message(crayon::green("This is green"))
#> This is green

warning(crayon::bold("This is bold"))
#> Warning: This is bold