test-crayon {pkgdown}R Documentation

Test case: crayon

Description

Test case: crayon

See Also

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

Examples

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"))

[Package pkgdown version 1.5.1 Index]