I was feeling sad so I decided to queer my #rstats startup message, and now I don't feel so sad
Code to print the rainbow stripe, if anyone wants it:
c("#e50000", "#ff8d00", "#ffee00", "#028121", "#004cff", "#770088") |>
purrr::map(crayon::make_style) |>
purrr::walk(~ cat(.x(paste0(rep("\u2583", 6), collapse = ""))))
