pkgdown (version 1.4.1)

test-crayon: Test case: crayon

Description

Test case: crayon

Arguments

See Also

Other tests: test-dont, test-figures, test-links, test-lists, test-output-styles, test-params, test-verbatim

Examples

Run this code
# NOT RUN {
cat(crayon::red("This is red"), "\n")
cat(crayon::blue("This is blue"), "\n")

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

warning(crayon::bold("This is bold"))
# }

Run the code above in your browser using DataCamp Workspace