crayon.Rmd
---
title: "Test: crayon"
---
```{r, include = FALSE}
knitr::opts_chunk$set(collapse = TRUE, comment = "#>")
```
```{r}
cat(crayon::red("This is red"), "\n")
cat(crayon::blue("This is blue\n"), "\n")
message(crayon::green("This is green"))
warning(crayon::bold("This is bold"))
```
Some text
```{r, error = TRUE}
stop(crayon::italic("This is italic"))
```
Some more text