What is the name of the package that gives the new Tidyverse update all the colors in the console? It would be cool to incorporate some colors into packages I am building at the moment.
Crayon
I'll add that, if you want to account for the theme in RStudio when using crayon for colors, check the source of the text_col function in the tidyverse package to avoid the issues that the 1.2.0 version ran into.
crayon
text_col
tidyverse
Also check out cli which provides some higher level tools
Or use my package colt which wraps around crayon to provide themable colours. (and help me improve it)