test-crayon {pkgdown} | R Documentation |
Test case: crayon
Other tests: test-dont
,
test-figures
, test-links
,
test-lists
,
test-output-styles
,
test-params
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"))