loading package causes a lot functions to fail
Loading tsibble package is causing a lot of functions to fail with error "Error in make_ansi_style(x[["color"]]) : Unknown style specification: br_magenta"
eg:

This does not only happen with this skim command but even select and mutate in dplyr
Sorry, I am not sure anymore if this issue is due to tsibble package on its own. It happened after installing "clock" package which had me update a bunch of other packages.
I am able to run things fine on another machine. so something went wrong with R / Rstudio on my machine.
Ditto here. Whatever this error is, it's even overriding other errors on my box, so this is the only thing that is being displayed. I thought it had to do with my Rstudio them (tomorrow night). It's even killing a lot of the basic ggplot2 themes, like scale_fill_brewer
Have you resolved this issue? It's not the issue arisen from {tsibble}. This error is triggered from the {cli} package, probably because one of the packages you installed happened to reply on the development version of {cli}.